Thursday, May 29, 2008

Always have a scrollbar


To always have the browser scrollbar like IE has, add this to the style sheet.

html {
overflow: -moz-scrollbars-vertical;
}

0 Comments:

Post a Comment

<< Home