Hello, i have a question, i have a menu and i want to add some jquery so that the active menu tab has a different layout than the rest, here is my code:
<div id="menu">
<ul>
<li><div id="start"><span>start</span></div></li>
<li><div id="menuhome"><a href="index.php?page=home"<span>home</span</a</div</li> <li><div id="menuvoorstellingen"><a><span>voorstellingen</span></a></div></li>
<li><div id="menuwinkelwagentje"><a><span>winkelwagentje</span></a></div></li>
<li><div id="menucontact"><a><span>contact</span></a></div></li>
the a tag has a backgroundimage atached to it to represent the menu button, what would i need to do so when the button is clicked it would get a new backgroundimage?