jettero, там про таблицу шла речь
Код:
<html>
<head>
<title>Untitled</title>
</head>
<body bgcolor="#ffffff">
<table height="150" width="150" cellspacing="0" cellpadding="0" border="1">
<tr>
<td height="50" width="50"> </td>
<td height="50" width="50"> </td>
<td height="50" width="50"> </td>
</tr>
<tr>
<td height="50" width="50"> </td>
<td height="50" width="50" onmouseover="style.backgroundColor='red'" onmouseout="style.backgroundColor='white'"> </td>
<td height="50" width="50"> </td>
</tr>
<tr>
<td height="50" width="50"> </td>
<td height="50" width="50"> </td>
<td height="50" width="50"> </td>
</tr>
</table>
</body>
</html>