Forum Moderators: open

Message Too Old, No Replies

Always Show Vertical Scroll Bar - Firefox

         

almo136

6:12 pm on Feb 17, 2009 (gmt 0)

10+ Year Member



Hi,

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;
}

phranque

1:44 am on Feb 18, 2009 (gmt 0)

birdbrain

11:42 pm on Feb 20, 2009 (gmt 0)



Hi there almo136,

how about...

[blue]
html,body {
margin:0 0 1px 0;
height:100%;
}
[/blue]

birdbrain

almo136

12:35 am on Feb 21, 2009 (gmt 0)

10+ Year Member



cheers! Worked a treat. Was hoping there was a cleaner way of doing it.

birdbrain

12:52 am on Feb 21, 2009 (gmt 0)



No problem, you're very welcome. ;)