Radhad
Erfahrenes Mitglied
Hallo zusammen,
ich wollte meine Bereichsnavigation, welche Horizontal ist, ein bissl aufpeppen. Allerdings reagiert OnMouseout nicht. hier mal der Code-Schnipsel:
Das ganze steht in einer Zelle einer anderen Tabelle. Vielleicht kennt ihr ja das problem. Es eght sowohl im IE6 als auch im FF1.0.7 nicht.
Gruß Radhad
ich wollte meine Bereichsnavigation, welche Horizontal ist, ein bissl aufpeppen. Allerdings reagiert OnMouseout nicht. hier mal der Code-Schnipsel:
PHP:
<table id="menutable">
<tr>
<td onmouseover="this.style.backgroundColor='#DF1E26';" onmouseout="this.style.backgroundColor='#00000';" onClick="location.href='test.html'" id="menutd">DLM</td>
<td id="menutd">Formel 1</td>
<td id="menutd">GP2</td>
<td id="menutd">DTM</td>
</tr>
</table>
Das ganze steht in einer Zelle einer anderen Tabelle. Vielleicht kennt ihr ja das problem. Es eght sowohl im IE6 als auch im FF1.0.7 nicht.
Gruß Radhad