Bon ok, c est de la grosse bidouille...
Les tailles ne sont pas correctement calculées, mais si la bande d images est plus grande que la fenêtre ça marche à peu près, il faut répéter la série d images 2 fois pour quelle boucle sans trous, et il y a un texte <sup>.<sup> pour pas que mon firefox bug. Pas testé sous IE, ça ne doit surement pas marcher avec les autres navigateurs.
Code :
- <script>
- var scrollamount0=4;
- var scrollamount=scrollamount0;
- </script>
- <table width="80%" align=center border=1 cellpadding=0 cellspacing=0><tr><td align=center>
- <div id="support"
- style="background-color:#ffbfaf;border:ridge #bfbfbf 7px;position:relative;overflow:hidden;">
- <div onmouseover="javascript:scrollamount=0;"
- onmouseout="javascript:scrollamount=scrollamount0;"
- id="bandeau" style="position:relative;left:0px;white-space:nowrap;vertical-align:middle;">
- <sup>.</sup><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue2.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue3.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue4.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue5.gif"><img width=60 height=50
- src="http://forum-images.hardware.fr/images/perso/delarue6.gif">
- </div>
- </div>
- </td></tr></table>
- <script>
- <!--
- function attrapemoi()
- {
- var support=document.getElementById('support');
- var bandeau=document.getElementById('bandeau');
- var scroll=parseInt(bandeau.style.left)-scrollamount;
- if(-scroll>bandeau.clientWidth/2) scroll+=bandeau.clientWidth/2;
- bandeau.style.left=scroll+'px';
- setTimeout("attrapemoi()",20);
- }
- attrapemoi();
- -->
- </script>
|