Der Code ist schlichtweg grausig. Da fehlen zahlreiche </a>´s, da gibts Divs mitten in Tabellen drin ohne </div>´s, ... warum genau die Tabelle rund 5,6 px grösser war weiss ich nicht. Aber so kannst Du das Ding unmöglich ins Netz stellen. Da lässt Du besser PS ran.
Du musst die Pfade fixen:
HTML-Code:
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="./index.html"><img src="jfv/over_0_0.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_0.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_0.jpg'" border="0" style="width: 200px; height: 110px; border-width: 0px;"></a>
</td>
<td>
<a href="./index.html"><img src="jfv/over_0_1.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_1.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_1.jpg'" border="0" style="width: 200px; height: 110px; border-width: 0px;"></a>
</td>
<td>
<a href="./index.html"><img src="jfv/over_0_2.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_2.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_2.jpg'" border="0" style="width: 200px; height: 110px; border-width: 0px;"></a>
</td>
<td>
<a href="./index.html"><img src="jfv/over_0_3.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_3.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_3.jpg'" border="0" style="width: 200px; height: 110px; border-width: 0px;"></a>
</td>
<td>
<a href="./index.html"><img src="jfv/over_0_4.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_4.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_4.jpg'" border="0" style="width: 200px; height: 110px; border-width: 0px;"></a>
</td>
</tr>
<tr>
<td><img alt=" " src="jfv/menu_1_0.jpg" style="width: 200px; height: 110px; border-width: 0px;"></td>
<td><img alt=" " src="jfv/menu_1_1.jpg" style="width: 200px; height: 110px; border-width: 0px;"></td>
<td><img alt=" " src="jfv/menu_1_2.jpg" style="width: 200px; height: 110px; border-width: 0px;"></td>
<td><img alt=" " src="jfv/menu_1_3.jpg" style="width: 200px; height: 110px; border-width: 0px;"></td>
<td><img alt=" " src="jfv/menu_1_4.jpg" style="width: 200px; height: 110px; border-width: 0px;"></td>
</tr>
</table>