[SOLVED] DIV not scrolling

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

[SOLVED] DIV not scrolling

Post 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?
Last edited by pickle on Fri Apr 07, 2006 5:34 pm, edited 1 time in total.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the one working is a div, while the one that isn't is a table cell. :?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post 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!
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply