View Full Version : help unwanted scrollbar


Overbound
01-05-2005, 04:55 AM
I've uploaded a page to http://quest.bizhat.com/index.htm for me at least it has a horizontal scroll bar but it is not needed at all I cannot seem to get rid of it. Does anyone else see the scroll bar in their browser and know of a way to get rid of it? Resizing the table is no use it can be 20px width and it still has the scroll bar. It only happens in IE and only when its viewed in the frame.

Chris
01-05-2005, 12:15 PM
In your style code, add the bit in bold:


<style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
overflow-x: hidden;
}
-->
</style>