/ Published in: CSS
URL: http://forum.yaml.de/index.php?topic=8068.0
Expand |
Embed | Plain Text
/* firefox Browser*/ body { overflow-y: scroll; } /* ie Browser*/ body { overflow:visible; }
You need to login to post a comment.
nico65 on 07/06/09
css hack Firefox scrollbar vertical 35
1 person have marked this snippet as a favorite
URL: http://forum.yaml.de/index.php?topic=8068.0
/* firefox Browser*/ body { overflow-y: scroll; } /* ie Browser*/ body { overflow:visible; }
You need to login to post a comment.