|
Posted by Djay on 02/26/07 15:34
Hi everybody,
I have a problem with a TABLE in Internet Explorer
<table width="80%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="left_cell" width="73" nowrap bgcolor="#99CC33">dd</td>
<td id="this_cell"> </td>
<td id="right_cell" width="11" nowrap bgcolor="#99CC33"> </td>
</tr>
<tr>
<td colspan="3">$nbsp;</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
The cell "this_cell" have a dynamic width, "left and right_cell" have a
static
This code work in Mozilla Firefox. "left and right_cell" take their
width and "this_cell" is resizing.
In Internet Explorer, all my cells are resize !
You can test with the code, you'll see :'(
Someone have an idea to resolve this problem ?
Thx
PS : Sorry for my english
Navigation:
[Reply to this message]
|