Advertisement
Guest User

Untitled

a guest
Jan 27th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. html {
  2.     /* everything */
  3.     overflow-y: scroll;
  4.     /* except IE6, IE7, IE8 */
  5.     overflow-y: auto\9;
  6.     /* except IE8, IE9 - must go at the END of all rules */
  7.     overflow-y: auto\0/;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement