Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 4 respostas
  • 30 têm este problema
  • 15 visualizações
  • Última resposta de 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.

Todas as respostas (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.

Alterado por pecktron2000 em

more options

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