Page 1 of 1

[SOLVED] DIV not scrolling

Posted: Fri Apr 07, 2006 5:23 pm
by pickle
Hi all,

I'm having a heck of a time getting a DIV to scroll. The frustrating thing is that I've got another div on that page that scrolls perfectly & looks like it has the same style declarations.

The page is available here: URL removed

The box labelled under 'Chat messages' should be scrolling - as you can see in the CSS the height is 100px. The area at the bottom has the same CSS, and it scrolls. Any ideas?

Posted: Fri Apr 07, 2006 5:29 pm
by feyd
the one working is a div, while the one that isn't is a table cell. :?

Posted: Fri Apr 07, 2006 5:33 pm
by pickle
Awesome! I wrapped the contents of the cell in a div and applied the overflow properties to that div, and now its working.

Thanks again!