-
more layout troubles
Ok, so I posted yesterday and wanted a layout with divs that used a 180 px navigation area on the left, and the other div was to take the rest of the space.
That works fabulous except for one exception and one browser. :mad:
When I have a table in the content div that has 90% for the width attribute, it creates a horizontal scroll bar because it appears that the tables wants to be 90% of the screen, not the div that is inside of.
Is there any way to fix this? It only happens in IE, the other browsers are fine and everything validates. :confused:
-
Can you post the code that you're using?
-
I tried it with this code, doesn't seem to create any troubles:
Code:
<div id="left">left
<table width="90%">
<tr><td>hello</td></tr>
</table>
</div>
(in combination with the css I posted in your other thread, please keep these together, you should've posted this in the other thread.