[code=javascript]
function clear()
{
var i;
for(i=1; i<=10; i++)
{
document.getElementById('test'+i).style.backgroundImage='url()';
}
}
[/code]
[code=html]
<td width="14" height="17" onmouseover=" clear();
this.style.backgroundImage='url(/grafiken/vote.gif)';"
id="test1"
name="test1"><a href="/partybilder_vote.php?points=9&pic=16791"><img src="/grafiken/spacer.gif" width="14" height="17" border="0" alt="Rating: 9" title="Rating: 9"></a></td>
<td width="14" height="17" onmouseover=" clear();
this.style.backgroundImage='url(/grafiken/vote.gif)';"
id="test2"
name="test2"><a href="/partybilder_vote.php?points=9&pic=16791"><img src="/spacer.gif" width="14" height="17" border="0" alt="Rating: 9" title="Rating: 9"></a></td>
[/code]
mfg dani