DarkJK: Hyperlink Problem in Firefox

Beitrag lesen

Hallo ihr, habe ein Problem. Ich will ein Bild als Button (Hyperlink) benutzen. Im IE geht das gleich sofort, nur der Firefox macht den Befehl nicht.

Hier ist mein Code:

<table width="1024" height="43" style="position: absolute;">

<tr>
<table width="1024" height="43" border="0" background="design/head3.jpg" cellpadding="0" cellspacing="0">

<tr>
 <td width="955" background="design/end1.jpg" height="43" rowspan="3"> </td>
 <td width="69" background="design/end2.jpg" height="27"></td>
</tr>

<tr>
 <td width="69" height="10">
 <a href="impressum.php"><img src="design/end3.jpg"  border="0" width="65" height="10"></a><img border="0" src="design/end4.jpg" width="4" height="10"></td>
</tr>

<tr>
 <td width="69" height="6">
 <img border="0" src="design/end5.jpg" width="69" height="6"></td>
</tr>

</table>

Woran kann das liegen?