Hi
Ich habe ein JS Script, das ein onmouseover beinhaltet.
Das ganze funzt super, wenn ich nur ein Link habe.
Sobald ich 2 Habe geht nichts mehr.
Hier mal der Code
Code
<a href="test.html" target="_top" onclick="MM_nbGroup('down','group1','buttons','images/button2.png',1)" onmouseover="MM_nbGroup('over','buttons','images/button2.png','images/button2.png',1)" onmouseout="MM_nbGroup('out')" />
<table style="width:150px; height:15px; border:0px; padding:1px; border-spacing:0px; background-color:#B9B9B9; margin:auto; font-size:11px;">
<tr>
<td height="15" width="130" background="images/buttonbg.png">
Home</td>
<td height="15" width="20">
[img]images/button.png[/img]</td>
</tr>
</table></a>
wenn ich den 2mal einbaue geht er nicht mehr!
Wieso das?
MfG ::RMB::