Archive

Posts Tagged ‘CSS’

Scrollbar

02/05/2009 Leave a comment

First of is this simple css pearl.

Could something be more annoying then your content jumping on your website because of the scrollbar.

Would it be nice if the scroll bar always was showen but only active on page where content can’t fit in the main part ?

The answer is simple:


html
 {
 overflow-y:scroll;
 }

Categories: CSS Tags: