Menu défilant en html cherche balise

yodu84 -  
 yodu84 -
Bonjour, j'ai un site avec un menu déroulant dessus en html avec des liens.
Tout marche pour le mieux, j'ai changé la police enfin pas mal de choses mais lorsque que l'on passe le curseur sur le menu, il ne s'arrête pas, je voudrais qu'il s'arrête mais je ne connais pas les balises.
Je vous laisse mon site si vous voulez voire. http://adms-team.com
Merci d'avance.
A voir également:

3 réponses

yodu84
 
Il faut que je marque quoi exactement stp jte passe mon code html.
<marquee direction="up" scrollamount="3" height="150" bgcolor="#fbfbfb" width="200" link="#fbfbfb">


<a href="http://adms-team.com/index.php?file=News">news</a><br
<a href="http://adms-team.com/index.php?file=Archives">archives</a><br
<a href="http://adms-team.com/index.php?file=News">news</a><br
<a href="http://adms-team.com/index.php?file=Forum">forum</a><br
<a href="http://adms-team.com/index.php?file=Download">téléchargements</a><br
<a href="http://adms-team.com/index.php?file=Members">membres</a><br
<a href="http://adms-team.com/index.php?file=Team">team</a><br
<a href="http://adms-team.com/index.php?file=Defy">nous défier</a><br
<a href="http://adms-team.com/index.php?file=Recruit">recrutement</a><br
<a href="http://adms-team.com/index.php?file=Sections">articles</a><br
<a href="http://adms-team.com/index.php?file=Calendar">calendrier</a><br
<a href="http://adms-team.com/index.php?file=Wars">matchs</a><br
<a href="http://adms-team.com/index.php?file=Page&name=grand_chat">grand chat</a><br
<a href="http://adms-team.com/index.php?file=Vtube">recherche youtube</a><br
<a href="http://adms-team.com/index.php?file=X-bom">petit jeu marrant</a><br
<a href="http://adms-team.com/index.php?file=Newsletter">newsletter</a><br
<a href="http://adms-team.com/index.php?file=Mail">nous recommandez</a><br
<a href="http://adms-team.com/index.php?file=Guestbook">livre d'or</a><br
<a href="http://adms-team.com/index.php?file=User">compte</a><br
<a href="http://adms-team.com/index.php?file=Admin">administrations</a><br
</font>
<font face="3 thehard way RMX" size="3"
color="#000101">Nouveau menu</font>
</marquee>




Voila
1
Tiller Messages postés 781 Date d'inscription   Statut Membre Dernière intervention   211
 
<marquee direction="up" scrollamount="3" height="150" bgcolor="#fbfbfb" width="200" link="#fbfbfb" onmouseover="this.stop()" onmouseout="this.start()">
0
yodu84
 
Ah non c'est bon j'ai réussi merci beaucoup Tiller.
Topic résolu.
0