X
xXx_BaSStar_xXx
Hallo zusammen,
ich habe ein ca. 5px hohes Problem
Das ganze an den Rändern (oben, unten) im IE6 verschoben.
Zu sehen hier
display:block; hat eigentlich immer geklappt.
ich habe ein ca. 5px hohes Problem
HTML:
<tr>
<td height="22"><img src="images/indexii/nav_left.gif" width="35" height="22" alt="" />
</td>
<td colspan="2" height="22"><a onfocus="this.blur()" href="index.php?action=start" id="start"></a></td>
<td colspan="2" height="22"><a onfocus="this.blur()" href="index.php?action=galerie" id="galerie"></a></td>
<td height="22"><a onfocus="this.blur()" href="index.php?action=service" id="service"></a></td>
<td colspan="3" height="22"><a onfocus="this.blur()" href="index.php?action=partner" id="partner"></a></td>
<td colspan="3" height="22"><a onfocus="this.blur()" target="_blank" href="http://www.forum.x-basstar-x.de/" id="forum"></a>
</td>
<td height="22"><img src="images/indexii/nav_right.gif" width="35" height="22" alt="" /></td>
</tr>
CSS:
a#start { display:block; width:157px; height:22px; background-image:url('../images/indexii/start.gif');}
a#start:hover { background-image:url('../images/indexii/starto.gif');}
Das ganze an den Rändern (oben, unten) im IE6 verschoben.
Zu sehen hier
display:block; hat eigentlich immer geklappt.