Forum Moderators: open
Here is an example of stripped down code:
<table align="left" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table align="center" width="600" cellspacing="0" cellpadding="0" bgcolor="#D6BEBE" class="nav">
<tr>
<td width="100%" valign="top" colspan="2" align="center">
</td>
</tr>
</table>
</td>
</tr>
</table>
nav class on style sheet is:
.nav {font: background: #D6BEBE; border-style: solid none solid none; border-width: thin; padding: 2px;}
I tried taking off the 2px statement - didn't work. I also can't set the first td to bgcolor D6BEBE because it ruins the color effect. hmmm...
[edited by: JamesR at 10:58 pm (utc) on June 20, 2002]
to test cut-n-paste the below
rem border="0" in the second table and see the little blighters come back in nn4.7 but not for example in MSIE 5.5 etc :-)
<TABLE BGCOLOR="#000000" CELLPADDING="1" CELLSPACING="0" BORDER="0" VALIGN="MIDDLE" ALIGN="CENTER">
<TR><TD>
<TABLE BGCOLOR="#FFCCFF" CELLPADDING="0" CELLSPACING="0" WIDTH="400" BORDER="0">
<TR><TD> </TD><TD> </TD><TD> </TD><TD> </TD></TR>
<TR><TD> </TD><TD> </TD><TD> </TD><TD> </TD></TR>
<TR><TD> </TD><TD> </TD><TD> </TD><TD> </TD></TR>
<TR><TD> </TD><TD> </TD><TD> </TD><TD> </TD></TR>
</TABLE>