[HTML] Défilement images html
bonjour ou bien bonsoir,
voilà j'ai crée un défilement d'image mais je veux qu'il soit un défilement sans fin (je ne veux pas avoir un espace blanc entre la 1ère et derniere photo)
quelque pourrait m'aider s'il vous plait
voici le code que j'utilise
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| <html>
<head>
<title>sinta</title>
<!---copier/coller----------------------------------------------------------------------------------------
--------------!>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (sinta.jpg) -->
<table id="Table_01" width="645" height="161" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="images/sinta_01.jpg" width="645" height="24" alt=""></td>
</tr>
<tr>
<td>
<div align="left">
<MARQUEE onMouseOver=this.stop() onMouseOut=this.start() scrollAmount=3 direction="left" width=645
height=100 >
<img src="1.jpg" width="100" height="100" border=0></a>
<img src="2.jpg" width="133" height="100" border=0></a>
<img src="3.jpg" width="109" height="100" border=0></a>
<img src="4.jpg" width="100" height="100" border=0></a>
<img src="5.jpg" width="133" height="100" border=0></a>
<img src="6.jpg" width="109" height="100" border=0></a>
<img src="7.jpg" width="109" height="100" border=0></a>
<img src="8.jpg" width="109" height="100" border=0></a>
<!-- Fin de la Zone de Défilement -->
</MARQUEE></div></td>
</tr>
<tr>
<td>
<img src="images/sinta_03.jpg" width="645" height="26" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
<!---copier/coller----------------------------------------------------------------------------------------
--------------!>
</body>
</html> |