firefox 3.5 vertical scrollbar


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



Copy this code and paste it in your HTML
  1. /* firefox Browser*/
  2. body { overflow-y: scroll; }
  3.  
  4. /* ie Browser*/
  5. body { overflow:visible; }

URL: http://forum.yaml.de/index.php?topic=8068.0

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.