frames and scrollbars

i'm trying to put together a site using frames and i cannot get rid of a horizontal scrollbar at the bottom of my content page. <br />
<br />
any ideas on how to get rid of it?<!--content--><style type="text/css"><br />
body{overflow-x:hidden}<br />
</style><br />
Try that.<!--content-->should i put that up in between the head tags?<!--content-->yes and after the <title></title> tags.<!--content-->that didn't seem to work. i tried replacing hidden with auto as well and no dice.<br />
<br />
any other tricks up your sleeve?<!--content-->Can you give me a link to the site or post the code please?<!--content-->i just uploaded it to:<br />
<br />
<!-- m --><a class="postlink" href="http://www.nanoscience-tech.com/main.htm">http://www.nanoscience-tech.com/main.htm</a><!-- m --><br />
<br />
thanks for your help<!--content-->Try changing overflow-x:none; to overflow-x:hidden;<!--content-->i tried locally and there wasn't any change to the scrollbar<!--content-->Try putting the code in the actual frameset page.<!--content-->i tried it and the scroller is still there....<br />
<br />
strange, is this a common problem?<!--content-->Originally posted by mousaka <br />
strange, is this a common problem? <br />
Yes but usually when you only use frames. My suggestion would be to find another way to display your content.<!--content-->
 
Back
Top