Forum Moderators: open
I have a code like this -
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#F0EEEF">
<tr>
<td width="201" style="width:201px;" valign="top">
<img src="img/spacer.gif" width="201" style="width:201px;" height="1" />
<? include 'leftmenu.php';?>
</td>
<td valign="top" width="*">
<div class="middleb">
<div class="insidebody">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
<tr>
<td>
<!-- content goes here //-->
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
In IE, the first td, that should take 201 px, is taking 50% of the screen width, and the other td that should take 100% of screen width - 201px, is taking the rest 50% of the screen width. A bit weird, I am searching different forums, googling, but could not get a solution yet. Any help?
My doctype is -
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> [edited by: kigoobe at 8:40 am (utc) on April 7, 2007]