Nested Tables
- From: "Patrick Jox" <Patrick@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 16 Dec 2005 12:09:24 +0100
Hi,
i have some problems using nested tables in IE6 when the width of the nested
table exceeds the widht of the outer column. Firefox is showing the table
properly IE not (see attachments) . Is this an error by IE or am what am I
doing wrong?
Here's the code, some screenshots are attached.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<table width="100%" border="1" id="myTable">
<tr>
<td width="40">1.1.1</td>
<td width="150">1.1.2</td>
<td>1.3</td>
</tr>
<tr>
<td width="40">1.2.1</td>
<td colspan="2">
<table width="500" border="1" ID="Table1">
<tr>
<td width="40">2.2.1</td>
<td width="100">2.2.2</td>
<td>2.2.3</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Any help would be greatly appreciated.
Thanks - Patrick
.
- Prev by Date: Re: table background color doesn't print out
- Next by Date: Initial value of control input never sent in a form submitted using post
- Previous by thread: Re: Intercept mailto:
- Next by thread: Initial value of control input never sent in a form submitted using post
- Index(es):
Relevant Pages
|