bir site için menü yapmaya çalışıyorum, site firefoxta harika görünüyor ama explorer'da saçmalıyor, hem kötü görünüyor hemde üzerine gelince rengi değişmesi gerekirken değişmiyor, bu konudan anlayan birileri varsa şimdiden teşekkürler.
Firefox:

Explorer:

.menu {
background-color: #2A4D91;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #333333;
color: #ECE9D8;
border-top-width: thin;
border-top-style: solid;
border-top-color: #3563B7;
text-indent: 3pt;
height: 20px;
}
.menu:hover {
background-color: #1C356B;
text-decoration: none;
}<table width="100%" border="0" cellpadding="0" cellspacing="0" class="menu">
<tr>
<td valign="middle">yazi</a></td>
</tr>
<tbody>
</tbody>
</table>