A piros szöveg helyére írd a saját szöveged.
Kódja:
<marquee direction="left">Csak balra</marquee>
<marquee direction="right">Csak jobbra</marquee>
<marquee direction="up" width=200 height=20 align="middle" scrolldelay="1" scrollamount="1">Lentről-fel</marquee>
<marquee direction="down" width=200 height=20 align="middle" scrolldelay="1" scrollamount="1">Fentről-le</marquee>
<marquee behavior="alternate">Oda-vissza</marquee>
Ha a mozgás sebességén szeretnél állítani, akkor az alábbi kódot használd.
Minél magasabbra állítod a számot, annál gyorsabban fut a szöveg.
<marquee scrollamount="5">Ide jön a szöveg<marquee>
|