Problem mit mouseover!!! :(

  • also folgendes ich habe einen quellcode (folgt gleich)
    von html geschrieben und ich möchte dass wenn ich mit der maus über die einzelnen <td> gehe. dass dann der mausovereffeckt kommt und ein anderes bild dort erscheint! hab shcon überall gesucht aber immer nur mit css oder java oder so gefunden! kann man das nich nur mit html machen?


    Code:
    <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" >
    <table height="20%" border="0" width="100%" cellpadding="2%" cellspacing="0">
    <tr>
    <td width="100%" height="70%" bgcolor="#1e90ff">
    <h1 align="middle"> Titeltext der Seite </h1>
    </td>
    </tr>
    <tr>
    <td bgcolor="#1e90ff">
    <table align="middle" bgcolor="#1e90ff">
    <tr>
    <td height="40" width="120" background="grau_out.gif" align="middle" style="cursor:pointer;" onclick="location.href=('testpage.html');">
    <font face="Comic Sans MS" > Home </font>
    </td>
    <td height="40" width="120" background="grau_out.gif" align="middle" style="cursor:pointer;" onclick="location.href=('http://www.exine.de/clientseitig/js_work_zelle_link.htm');">
    <font face="Comic Sans MS"> Index </font>
    </td>
    <td height="40" width="120" background="grau_out.gif" style="cursor:pointer;" onclick="location.href=('http://www.wer-weiss-was.de/theme157');" align="middle">
    <font face="Comic Sans MS"> Gästebuch </font>
    </td>

    </tr>
    </table>
    </td>
    </tr>
    </table>