Sebastian: Tabellen bei Mouseover einfärben

Beitrag lesen

Hi,

wo soll da genau der Code von dir rein ???

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="29%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>Zeile 1</td>
  </tr>
  <tr>
    <td>Zeile 2</td>
  </tr>
  <tr>
    <td>Zeile 3</td>
  </tr>
</table>
</body>
</html>