hehe das scheint wohl alles zu stimmen, ok ich habs anders gemacht nach all den tipps, es sieht nun so aus:
[code=javascript]
function clear()
{
var = i;
for(i=1; i<=10; i++)
{
document.getElementById(i).style.backgroundImage='url(http://www.talklevel.de/grafiken/spacer.gif)';
}
}
[/code]
[code=html]
<td width="14" height="17" onmouseover=" clear();
this.style.backgroundImage='url(/grafiken/vote.gif)';"
id="1"
name="1"><a href="/partybilder_vote.php?points=9&pic=16791"><img src="/grafiken/spacer.gif" width="14" height="17" border="0"></a></td>
<td width="14" height="17" onmouseover=" clear();
this.style.backgroundImage='url(/grafiken/vote.gif)';"
id="2"
name="2"><a href="/partybilder_vote.php?points=9&pic=16791"><img src="/grafiken/spacer.gif" width="14" height="17" border="0"></a></td>
[code]
aber das script will nicht richtig funtzen, die clear funktion muss noch nen fehler haben aber ich finde ihn einfach nicht. hast du ne ahnung?
mfg dani