<tr> HTML kodning - Hover farve på baggrundsmenu
Goddag! Jeg sidder lige nu med et nyhedsbrev, hvor jeg ikke kan få min menu til at lave en hover farve på baggrunden.- Er der nogle som kan give et skud?
Sådan her ser menuen ud:
<!-- Start Menu -->
<table width="100%" cellpadding="5" cellspacing="0" border="0" class="wrapper" bgcolor="#fff">
<tr>
<td height="15" style="font-size:15px; line-height:15px;"> </td>
<!-- Spacer -->
</tr>
<tr>
<td align="center">
<!-- Start Container -->
<table width="400" cellpadding="0" cellspacing="0" border="0" class="container">
<tr onMouseOver="this.className='highlight'" onMouseOut="this.className='normal">
<td width="100" class="mobile25" style="font-family:helvetica; font-size:16px; font-weight:bold; line-height:18px; margin:0;" align="center">
<a href="#" style="color:#333333; text-decoration:none;">Forside</a>
</td>
<td width="100" class="mobile25" style="font-family:helvetica; font-size:16px; font-weight:bold; line-height:18px; margin:0;" align="center">
<a href="#" style="color:#333333; text-decoration:none;">Nyheder</a>
</td>
<td width="100" class="mobile25 marginTop10" style="font-family:helvetica; font-size:16px; font-weight:bold; line-height:18px; margin:0;" align="center">
<a href="#" style="color:#333333; text-decoration:none;">Kulturpartnere</a>
</td>
<td width="100" class="mobile25 marginTop10" style="font-family:helvetica; font-size:16px; font-weight:bold; line-height:18px; margin:0;" align="center">
<a href="#" style="color:#333333; text-decoration:none;">Kontakt</a>
</td>
</tr>
</table>
<!-- End Container -->