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!
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
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!

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