Posted by glittlemore on 10/10/05 04:16
Hi,
I designed a table layout menu
for my site and set a bordercolor
which ultimately I think looks good
and also seperates site category links.
However, the bordercolor surrounding my
links is only visible in IE.It's not visable
when viewed in mozilla firefox or opera.
Does anyone know a solution to this
problem - in terms of still achieving the same
table bordercolor effect seen in IE - but so it is
visible in Mozilla and Opera etc.
Here's the code:
<table bgcolor="#ffffff" border="2" bordercolor="#99ccff"
cellspacing="2" width="180">
<tr valign="top">
<td height="30" bgcolor="#99ccff" align="center">link
</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="30" bgcolor="#99ccff" align="center">link
</td></tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
</table>
Any feedback would be much appreciated.
Gemma
[Back to original message]
|