Always Show Scrollbars In Firefox Using CSS


/ Published in: CSS
Save to your folder(s)

In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.


Copy this code and paste it in your HTML
  1. html { overflow-y: scroll; }

URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=12

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.