Hi, yes it's netscape again. I use Visual Interdev 6, have a stylesheet, part of which is:
.bgColor05 {BACKGROUND-COLOR: maroon}
In IE, no problems. In Netscape, this bit of code correctly colours the background:
<tr>
<td colspan="3
<table border="0" cellPadding="0" cellSpacing="0" width="750" align="left" class="bgColor05">
<tr>
<td align="right">
<img height="19" src="../Images/Logos/logoSecure.gif" width="57">
</td>
</tr>
</table>
</td>
</tr>
However this bit (belonging to the same parent table) has no colour and is driving me nuts:
<tr valign="top">
<td width="150" valign="top" height="100%" class="bgcolor05">
<table border="0" cellPadding="0" cellSpacing="0" align="left" width="146" class="bgcolor05">
<tr>
<td align="left">
<img height="0" src="../Images/onePixel.gif" width="2">
</td>
<td align="center" valign="bottom">
<img height="61" src="../Images/Logos/logoThawteSecurity.gif" width="93">
</td>
<td align="left">
<img height="0" src="../Images/onePixel.gif" width="2">
</td>
</tr>
</table>
</td>
</tr>
Any clues would be appreciated,
Simon
.bgColor05 {BACKGROUND-COLOR: maroon}
In IE, no problems. In Netscape, this bit of code correctly colours the background:
<tr>
<td colspan="3
<table border="0" cellPadding="0" cellSpacing="0" width="750" align="left" class="bgColor05">
<tr>
<td align="right">
<img height="19" src="../Images/Logos/logoSecure.gif" width="57">
</td>
</tr>
</table>
</td>
</tr>
However this bit (belonging to the same parent table) has no colour and is driving me nuts:
<tr valign="top">
<td width="150" valign="top" height="100%" class="bgcolor05">
<table border="0" cellPadding="0" cellSpacing="0" align="left" width="146" class="bgcolor05">
<tr>
<td align="left">
<img height="0" src="../Images/onePixel.gif" width="2">
</td>
<td align="center" valign="bottom">
<img height="61" src="../Images/Logos/logoThawteSecurity.gif" width="93">
</td>
<td align="left">
<img height="0" src="../Images/onePixel.gif" width="2">
</td>
</tr>
</table>
</td>
</tr>
Any clues would be appreciated,
Simon