disable scrollbars in ns?

liunx

Guest
Is it possible to disable scrollbars in ns and/or opera like in IE?<br />
<br />
I'm working with div's that go partly out of the screen, the problem is that when they are completely on screen there is no scrollbar, but when they are partly offscreen scrollbars appear in NS5+ and opera.<!--content-->Allow horizontal scroll, but not vertical scroll:<br />
<br />
<body style="overflow-y:hidden;"><br />
<br />
Allow vertical scroll, but not horizontal scroll:<br />
<br />
<body style="overflow-x:hidden;"><!--content-->Thank you!<br />
<br />
I tried some sites with an css-tutorial but I didn't find this.<br />
<br />
Do you know where I can find an online reference guide for css?<!--content-->CSS1: <!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS1/">http://www.w3.org/TR/REC-CSS1/</a><!-- m --><br />
CSS2: <!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/">http://www.w3.org/TR/REC-CSS2/</a><!-- m --><!--content-->something like <!-- w --><a class="postlink" href="http://www.w3schools.com">www.w3schools.com</a><!-- w --> ?<!--content-->
 
Back
Top