Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 4 답장
  • 30 이 문제를 만남
  • 15 보기
  • 최종 답변자: pecktron2000

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.

모든 댓글 (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.

글쓴이 pecktron2000 수정일시

more options

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