Html
<table width="400" border="0">
  <tr>
    <td class="table">&nbsp;</td>
    <td class="table">&nbsp;</td>
  </tr>
  <tr>
    <td class="table">&nbsp;</td>
    <td class="table">&nbsp;</td>
  </tr>
</table>

Css

.table {
background-color: #eaf5ff;
}

.table:hover {
background-color: #f58a10;
}
Bu kod işimi gördü fakat internet firefoxda çalışıyor internet explorerde çalışmıyor