Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why can't I see the vertical scrollbar after setting the css overflow property to auto?

more options

I can't get the scrollbar to show up after setting overflow to auto. I can find the scrollbar and use it if I "guess" where it should be and scroll down as if I were seeing it. All other browsers are showing the scrollbar and firefox will behave correctly with all other overflow values. So basically, the scrollbar is there but it is invisible in firefox for some reason.

I can't get the scrollbar to show up after setting overflow to auto. I can find the scrollbar and use it if I "guess" where it should be and scroll down as if I were seeing it. All other browsers are showing the scrollbar and firefox will behave correctly with all other overflow values. So basically, the scrollbar is there but it is invisible in firefox for some reason.

All Replies (4)

more options

This forum focuses on end-user support, so you may not get much response here to this question. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

(It will help to post a link to a test case demonstrating the problem.)

more options

There is a link in the More system details list (http://www.ransomemultimedia.com)

You don't give Firefox much room for a scroll bar with a height:18px.
So you probably won't see much if Firefox did add a scroll bar.
The DIV #footer can also use a style clear:both

more options

Thanks jscher! I ended up making the div 34px per your suggestion.

Modified by pecktron2000

more options

Thanks cor-el, i will add the clear both style.