j'ai un nouveau probleme, quand je SURBOLE mon lien il doit etre coloré d un fond JAUNE (par exmple) :  
 
<table width=50>  
<tr>  
<td onMouseOver="this.style.backgroundColor='yellow'"  
   onMouseOut="this.style.backgroundColor='white'">Choix1</td>  
</tr>  
 
 
mais quand je met cette fct avec celle que je demandais dans ce topic cad avoir un message dans la barre d etat quand je survole mon lien, ca deconne j'ai mis ceci :  
 
<table width=50>  
<tr>  
<a href="http://transgoku.free.fr" td nMouseOver="this.style.backgroundColor='yellow'" onMouseOut="this.style.backgroundColor='white'" "onmouseover="javascript:window.status='Tout savoir sur DRAGON BALL';return true;" onmouseout="javascript:window.status=''; return true;">DB World </a>  
</tr>  
 
 
 
quelque peux me corriger mon erreur svp ? 
 [jfdsdjhfuetppo]--Message édité par dolby le 02-06-2002 à 12:23:52--[/jfdsdjhfuetppo]