View Full Version : Scrolling Div Layer Won't Scroll?o_O


Araiguma
02-07-2004, 05:11 AM
Well,I finally finished the layout
I wanted for my site.And I was adding a scrolling Div Layer
to the middle of the images to see if it'd look alright,but
when I checked the page the div layer had no scrollbar,I checked the
code over and I'm pretty sure it's all correct but it still
won't scroll.Can someone help me out?

The page can be found here (http://www.geocities.com/yamikikiyakero/divtest.html).

And you can tell that the layer won't scroll as the text just
slops over the images.

Rosey
02-07-2004, 05:27 AM
Right before your div in question, you have a </div> that's not doing anything, delete it.

I think it's not scrolling because in your css, you don't have a ; after the height, that should fix it.