definiere zwei css-klassen für die zelle. eine für normalzustand und eine für mouseover:
<tr
onmouseover="this.className='input_em'" onmouseout="this.className='input'" class="input">
<td bgcolor="#FFFFFF" height="5px" width="2px">DM</td>
<td width="2px" height="5px">Dezimeter</td>
</tr>