Kód: Vybrať všetko
<div align=center>
<table width=400 border=0 align=center>
<tr>
<td>
<marquee width=400>
<img src= ./images/1.png />
<img src= ./images/2.png />
<img src= ./images/3.png />
</marquee>
</td>
</tr>
</table>
</div>
Kód: Vybrať všetko
<div align=center>
<table width=400 border=0 align=center>
<tr>
<td>
<marquee width=400>
<img src= ./images/1.png />
<img src= ./images/2.png />
<img src= ./images/3.png />
</marquee>
</td>
</tr>
</table>
</div>
Kód: Vybrať všetko
<marquee width="400" onmouseover="this.stop();" onmouseout="this.play();">
<img src= ./images/1.png />
<img src= ./images/2.png />
<img src= ./images/3.png />
</marquee>
ale toto neni cez javascript...weroro napísal:Muselo by to byť celé robené pomocou JavaScriptu.
//autoeditácia príspevku (12 Júl 2013, 18:35)
No, po pokusoch som prišiel na to, že by mohlo fungovať aj toto:ale netuším aká je podpora prehliadačov.Kód: Vybrať všetko
<marquee width="400" onmouseover="this.stop();" onmouseout="this.play();"> <img src= ./images/1.png /> <img src= ./images/2.png /> <img src= ./images/3.png /> </marquee>
Kód: Vybrať všetko
<marquee behavior="scroll" direction="left" scrollamount="4" onmouseover="this.stop();" onmouseout="this.start();">
TEXT
</marquee>