Posted by rtconner on 10/21/05 20:21
Ok so I want that left table to take up as much space as possible. That
was why I had the 100% in there.
If you change it to what is below, the inner table does not expand at
all. How do I make it expand to 100% and still keep the border within
view? And why does this work in Mozilla fine, but not IE?
<table border="1"><tr><td width="300px">
<table style="margin-left:30px;border:1px solid black">
<tr><td>blah</td></tr>
</table>
</td></tr></table>
[Back to original message]
|