/ Published in: CSS
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=12
In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.
Expand |
Embed | Plain Text
html { overflow-y: scroll; }
Comments
Subscribe to comments
You need to login to post a comment.

Yeah, doesn't validate though. I always use html {height:101%;} Kind of ghetto, but validates:)
It's CSS3 so it is valid. When you're validating the CSS make sure to check the CSS3 checkbox on the W3C website or add this to your validation URI - "profile=css3"