Demented
05-12-2005, 11:47 PM
Wow, I haven't been here in a while.
I'm getting back into HTML and CSS, and I need some help with my current Div problem. I have the div's set up properly, but upon testing them, they won't scroll. Here's the CSS code that I have tried in an attempt to give it an auto overflow, but it hasn't worked yet.
#nav {
position: absolute;
top: 278px;
left: 677px;
width: 180px;
overflow:auto;
}
The website I'm being hosted at for the moment is here. (http://free.hostultra.com/~pezzy/index.html) Thank you for all the help!
I'm getting back into HTML and CSS, and I need some help with my current Div problem. I have the div's set up properly, but upon testing them, they won't scroll. Here's the CSS code that I have tried in an attempt to give it an auto overflow, but it hasn't worked yet.
#nav {
position: absolute;
top: 278px;
left: 677px;
width: 180px;
overflow:auto;
}
The website I'm being hosted at for the moment is here. (http://free.hostultra.com/~pezzy/index.html) Thank you for all the help!