Bonjour , dans un tableau j'ai un lien avec un background image. Je souhaite cliqué sur le lien, et cela modifie le background de mon td ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
<table width="740" cellpadding="0" cellspacing="0" border="0">  
    <td  width="20%" height="25px" background="../../../images/monespace/projets.jpg" align="center" valign="top" >
	<a href="javascript:animatedcollapse.toggle('cat')"  class="Style1">Mes projets</a>
    </td>
 </table>