Vendredi 16 Mai 2008 à 14:59
Publié par stellay dans SCRIPT MARQUEE ON/OFF
Exemple 1 : vertical vers le haut
<!---- debut du code marquee ----> <center> <marquee behavior="scroll" direction="up" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()" style="height:150;width:127;padding:5px; font-family:GE Signature Script; color:#EDDCEC; font-size:12pt; text-align:center"> <IMG alt="" hspace=0 src="votreimage.gif" align=baseline border=0><BR><BR> <IMG alt="" hspace=0 src="votreimage.gif" align=baseline border=0><BR><BR> <IMG alt="" hspace=0 src="votreimage.gif" align=baseline border=0><BR><BR> <IMG alt="" hspace=0 src="votreimage.gif" align=baseline border=0><BR><BR> </marquee> </center> <!---- fin du code marquee ---->
Vendredi 16 Mai 2008 à 15:05
Exemple 2 : vertical vers le bas
<!---- debut du code marquee ----> <center> <marquee behavior="scroll" direction="DOWN" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()" style="height:150;width:127;padding:5px; font-family:GE Signature Script; color:#EDDCEC; font-size:12pt; text-align:center"> <IMG alt="" hspace=0 src="votre image" align=baseline border=0><BR><BR> <IMG alt="" hspace=0 src="votre image" align=baseline border=0><BR><BR> <IMG alt="" hspace=0 src="votre image" align=baseline border=0><BR><BR> <IMG alt="" hspace=0 src="votre imagr" align=baseline border=0><BR><BR> </marquee> </center> <!---- fin du code marquee ---->
Vendredi 16 Mai 2008 à 15:20
Exemple 3 : horizontal vers la gauche
<!---- debut du code marquee ----> <center> <marquee behavior="scroll" direction="left" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()" style="height:150;width:127;padding:5px; font-family:GE Signature Script; color:#EDDCEC; font-size:12pt; text-align:center"> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> </marquee> </center> <!---- fin du code marquee ---->
Vendredi 16 Mai 2008 à 15:27
Exemple 4 : horizontal vers la droite
<!---- debut du code marquee ----> <center> <marquee behavior="scroll" direction="right" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()" style="height:150;width:127;padding:5px; font-family:GE Signature Script; color:#EDDCEC; font-size:12pt; text-align:center"> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> <IMG alt="" hspace=0 src="votre image" align=baseline border=0> </marquee> </center> <!---- fin du code marquee ---->
Voir +