Hi Below HTML rendered perfectly in most of the browsers expect IE. I am using some asp.net controls, so I can't control the HTML markup generated by web server. Any help is appropriated.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title></title>
<style type="text/css">
table.hht
{
border:0px;
width:97%;
}
table.hht tr td
{
padding:0px; margin:0px;
}
table.innertable
{
border:0px;
width:100%;
}
table.innertable tr td
{
padding:0px; margin:0px;
vertical-align:top;
}
table.tsc
{
border:0px;
width:100%;
}
table.tsc tr td
{
padding:0px; margin:0px;
vertical-align:top;
}
table.tsc tr
{
padding:0px; margin:0px;
}
.hhtcol0
{
width: 10px;
padding: 1px 0px 2px 0px;
}
.hhtcol1
{
text-align:left;
width:auto !important;
}
.hhtcol2
{
width:100px !important;
}
.bt
{
font-weight:bolder;
}
a
{
text-decoration:none;
}
</style>
</head>
<body>
<div style="width:900px; border:1px red solid;">
<table class="hht" >
<col class="hhtcol0" />
<col class="hhtcol1" />
<col class="hhtcol2" />
<col class="hhtcol2" />
<col class="hhtcol2" />
<col class="hhtcol2" />
<tr>
<td></td>
<td class="bt">Person Name</td>
<td class="bt">Start</td>
<td class="bt">End</td>
<td class="bt">Status</td>
<td class="bt"></td>
</tr>
<tr>
<td colspan="6"><hr /></td>
</tr>
<tr>
<td><a href="#" title="click here to expand details">+</a> </td>
<td colspan="5">
<table class="tsc">
<tr>
<td class="hhtcol1">Person 1</td>
<td class="hhtcol2">10/10/2000</td>
<td class="hhtcol2">10/10/2001</td>
<td class="hhtcol2">Active</td>
<td class="hhtcol2">Add<br />Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 1....</td></tr>
<tr><td colspan="5"><div id="divcond1"></div></td></tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</td>
</tr>
<tr>
<td><a href="#" title="click here to expand details">+</a> </td>
<td colspan="5">
<table class="tsc">
<tr>
<td class="hhtcol1">Person 2</td>
<td class="hhtcol2">10/10/2003</td>
<td class="hhtcol2">10/10/2004</td>
<td class="hhtcol2">Past</td>
<td class="hhtcol2">Add<br />Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 2....</td></tr>
<tr><td colspan="5"><div id="divcond2"></div></td></tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</td>
</tr>
<tr>
<td><a href="#" title="click here to expand details">+</a> </td>
<td colspan="5">
<table class="tsc" border="1">
<tr>
<td class="hhtcol1">Person 3</td>
<td class="hhtcol2">10/10/2005</td>
<td class="hhtcol2">10/10/2006</td>
<td class="hhtcol2">Past</td>
<td class="hhtcol2">Add<br />Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 3....</td></tr>
<tr>
<td colspan="5">
<div style="margin:0px; padding:0px;">
<table class="innertable">
<tr>
<td class="hhtcol1">Person 3 contact 1</td>
<td class="hhtcol2">10/10/2005</td>
<td class="hhtcol2">10/10/2006</td>
<td class="hhtcol2">Past</td>
<td class="hhtcol2">Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 3 contact 1....</td></tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</div>
</td>
</tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title></title>
<style type="text/css">
table.hht
{
border:0px;
width:97%;
}
table.hht tr td
{
padding:0px; margin:0px;
}
table.innertable
{
border:0px;
width:100%;
}
table.innertable tr td
{
padding:0px; margin:0px;
vertical-align:top;
}
table.tsc
{
border:0px;
width:100%;
}
table.tsc tr td
{
padding:0px; margin:0px;
vertical-align:top;
}
table.tsc tr
{
padding:0px; margin:0px;
}
.hhtcol0
{
width: 10px;
padding: 1px 0px 2px 0px;
}
.hhtcol1
{
text-align:left;
width:auto !important;
}
.hhtcol2
{
width:100px !important;
}
.bt
{
font-weight:bolder;
}
a
{
text-decoration:none;
}
</style>
</head>
<body>
<div style="width:900px; border:1px red solid;">
<table class="hht" >
<col class="hhtcol0" />
<col class="hhtcol1" />
<col class="hhtcol2" />
<col class="hhtcol2" />
<col class="hhtcol2" />
<col class="hhtcol2" />
<tr>
<td></td>
<td class="bt">Person Name</td>
<td class="bt">Start</td>
<td class="bt">End</td>
<td class="bt">Status</td>
<td class="bt"></td>
</tr>
<tr>
<td colspan="6"><hr /></td>
</tr>
<tr>
<td><a href="#" title="click here to expand details">+</a> </td>
<td colspan="5">
<table class="tsc">
<tr>
<td class="hhtcol1">Person 1</td>
<td class="hhtcol2">10/10/2000</td>
<td class="hhtcol2">10/10/2001</td>
<td class="hhtcol2">Active</td>
<td class="hhtcol2">Add<br />Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 1....</td></tr>
<tr><td colspan="5"><div id="divcond1"></div></td></tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</td>
</tr>
<tr>
<td><a href="#" title="click here to expand details">+</a> </td>
<td colspan="5">
<table class="tsc">
<tr>
<td class="hhtcol1">Person 2</td>
<td class="hhtcol2">10/10/2003</td>
<td class="hhtcol2">10/10/2004</td>
<td class="hhtcol2">Past</td>
<td class="hhtcol2">Add<br />Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 2....</td></tr>
<tr><td colspan="5"><div id="divcond2"></div></td></tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</td>
</tr>
<tr>
<td><a href="#" title="click here to expand details">+</a> </td>
<td colspan="5">
<table class="tsc" border="1">
<tr>
<td class="hhtcol1">Person 3</td>
<td class="hhtcol2">10/10/2005</td>
<td class="hhtcol2">10/10/2006</td>
<td class="hhtcol2">Past</td>
<td class="hhtcol2">Add<br />Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 3....</td></tr>
<tr>
<td colspan="5">
<div style="margin:0px; padding:0px;">
<table class="innertable">
<tr>
<td class="hhtcol1">Person 3 contact 1</td>
<td class="hhtcol2">10/10/2005</td>
<td class="hhtcol2">10/10/2006</td>
<td class="hhtcol2">Past</td>
<td class="hhtcol2">Edit<br />remove<br /></td>
</tr>
<tr><td colspan="5">Description: Description about Person 3 contact 1....</td></tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</div>
</td>
</tr>
<tr><td colspan="5"><hr /></td></tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>