<html>
<head>
<title></title>
<style type="text/css">
<!--
.tbl1{
width: 100%;
height: 100%;
border: 2px solid green;
}
.tbl2{
width: 100%;
height: 100%;
border: 1px solid red;
}
-->
</style>
</head>
<body>
<table class="tbl1" cellspacing="0" cellpadding="0">
<tr>
<td>
<table class="tbl2" cellspacing="0" cellpadding="0">
<tr>
<td>Nested!</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Main Topics
Browse All Topics





by: Jester_48Posted on 2004-01-16 at 05:58:07ID: 10129418
please post the code