Hi all!
In the following code the Onclick events change the background images. My problem is that after you click on another link i want the previously changed backgrounds to change back to its original background image. I hope i made some sense :P. Help is MUCH apreciated.
Gr,
Jarl
<DIV ID="nav" align="center">
<TABLE border="0" cellpadding="0" cellspacing="0" width="317px" height="23px">
<TR>
<TD width=47px><a href="home.html" class="bhome" OnClick="this.style.backgroundImage='url(gifs/buttons/home2.gif)'" target=myframe></a>
<TD width=80px><a href="werkwijze.html" class="bwerkwijze" OnClick="this.style.backgroundImage='url(gifs/buttons/werkwijze2.gif)'" target=myframe name="werkwijze"></a>
<TD width=65px><a href="diensten.html" class="bdiensten" OnClick="this.style.backgroundImage='url(gifs/buttons/diensten2.gif)'" target=myframe></a>
<TD width=59px><a href="nieuws.html" class="bnieuws" OnClick="this.style.backgroundImage='url(gifs/buttons/nieuws2.gif)'" target=myframe></a>
<TD width=66px><a href="contact.html" class="bcontact" OnClick="this.style.backgroundImage='url(gifs/buttons/contact2.gif)'" target=myframe></a>
</TABLE>
</DIV>