What I want is to to show a vertical scrollbar ONLY on every page, even with a litlle content.
(my pages are centered with (margin:0 auto) so when you move around the content kind of a jumps because of a vertical scrollbar that appears on pages with a lot of content)
overflow-y:scroll applied to html works in IE but NOT in FF.
I tried to search for similar question in other threads but couldn't find any.
Any suggestions ?
Thanks.html {
height:100.1%;
}Great,
so simple and it works!
Thank you.
(my pages are centered with (margin:0 auto) so when you move around the content kind of a jumps because of a vertical scrollbar that appears on pages with a lot of content)
overflow-y:scroll applied to html works in IE but NOT in FF.
I tried to search for similar question in other threads but couldn't find any.
Any suggestions ?
Thanks.html {
height:100.1%;
}Great,
so simple and it works!
Thank you.