Firefox, CSS, and scroll

Associate
Joined
18 Oct 2002
Posts
1,752
Location
Southern England
Hi all,

Ive got a page that displays a blog, if said blog is longer than x number of pixels a scrollbar will appear and you can scroll up and down through the blog. Works a treat in IE but in firefox, it doesn't show a thing! :confused:

code for the scroll is:

#blog_scroll {
overflow: auto;
height: 500px;
}

Would I have to create a specific hack for firefox to get it to work?

example page on request as it's not suitable for public consumption.

Many thanks
 
Back
Top Bottom