Help with scrollbars...

<!-- m --><a class="postlink" href="http://www.geocities.com/year2apocalypse/testinglayout.html">http://www.geocities.com/year2apocalyps ... ayout.html</a><!-- m --><br />
<br />
How do I take away the scrollbar on the main page? What HTML do I put in? *confused*<!--content-->You could use css and turn the scroll bar all black. <br />
put this code in the head of the document.<br />
<br />
<style type="text/css"><br />
{scrollbar-3dlight-color:black;<br />
scrollbar-3dlight-color:black; <br />
scrollbar-arrow-color:black;<br />
scrollbar-base-color:black;<br />
scrollbar-darkshadow-color:black;<br />
scrollbar-face-color:black;<br />
scrollbar-highlight-color:black;<br />
scrollbar-shadow-color:black;}<br />
<br />
</style><br />
<br />
For more on this go here<br />
<!-- m --><a class="postlink" href="http://www.websitetips.com/info/css/scrollbars.html">http://www.websitetips.com/info/css/scrollbars.html</a><!-- m --><!--content-->thanks! So erm, there isn't a way to take 'em off completely? :confused:<!--content-->don't make the page long so it has to scroll. and no you can't take them off comppletely.<br />
<br />
why are you running an iframe so close to the main scroll bar. that doens't make since.<!--content-->Oh OK. The page just scrolls because those Yahoo! ads show-up and make the page scroll. Damn. Thanks anyway. :)<!--content-->errr.... ?! Sure you can....<br />
<br />
<br />
<body scroll=no><!--content-->
 
Back
Top