Home > Bookmarks, Html, Wordpress > How Show Vertical Scrollbar

How Show Vertical Scrollbar

November 10th, 2007 Leave a comment Go to comments

Show Vertical Scrollbar in browser

in css file add:

html {
overflow-y: scroll;
}

for mozilla firefox, this:

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

always show vertical scrollbar!

For individual class , set overflow inside declaration:

.mayclass {
overflow-y: scroll;
}

Or you can rewrite default behavior elements , ex:

div { overflow-y: scroll; }

  1. No comments yet.
  1. No trackbacks yet.
GoCache - ByREV-Cache v1.0 - live served in : 0.137252 sec (gzip)