Forum Moderators: open
Does anyone know of a way I can force ff to always show the vertical scrollbar (but not the horizontal unless required)?
I'm currently using this method but it doesn't validate:
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
how about...
[blue]html,body { margin:0 0 1px 0; height:100%; }[/blue]
No problem, you're very welcome. ;)