Hi, i'm a moron..i have a nested table problem on this webpage:
http://www.deathbotmusic.com/test.html
In the box on the left, the blue should be filling up the entire grey box, making the grey just like a border, but for some reason it will only expand when I enter a specific pixel amount - it doesn't work when I put in height=100% or height=*.
the specific part of the code for this box is:
<tr bgcolor=gray>
<td colspan=1 valign="top" width=* height=100%>
<table height=100% width=100% border="0" cellpadding="1" cellspacing="0" bgcolor=blue>
<tr>
<td>
</table>
</td></tr>
I've looked around a lot and can't figure out what I'm doing wrong.
Any help would be greatly appreciated! Thanks a lot.
Rob
|