Website selber erstellen - Tools, Widgets, Zubehör
<marquee direction="up" height="300" width="694" scrolldelay="60" scrollamount="2">
<table border="1">
<tr style="padding=10">
<td>
<marquee direction="left" height="50" > Marquee direction="left"</marquee>
</td>
<td>
Laufrichtung nach links
</td>
</tr>
<tr>
<td>
<marquee direction="right" height="50" scrolldelay="2"> Marquee direction="right"</marquee>
</td>
<td>
Laufrichtung nach rechts
</td>
</tr>
<tr>
<td>
<marquee direction="up" height="50" scrolldelay="10" scrollamount="2"> Marquee direction="up"</marquee>
</td>
<td>
Laufrichtung nach oben
</td>
</tr>
<tr>
<td>
<marquee direction="down" height="50" scrolldelay="10" scrollamount="2"> Marquee direction="down"</marquee>
</td>
<td>
Laufrichtung nach unten
</td>
</tr>
<tr>
<td>
<marquee direction="left" height="50" scrolldelay="100" scrollamount="4" behavior="alternate"> Marquee direction="left" behavior="alternate"</marquee>
</td>
<td>
Laufrichtung nach links Beahavior="alternate"
</td>
</tr>
<tr>
<td>
<marquee direction="up" height="50" scrolldelay="10" scrollamount="4" behavior="alternate"> Marquee direction="down" behavior="alternate"</marquee>
</td>
<td>
Laufrichtung nach unten Beahavior="alternate""
</td>
</tr>
<tr>
<td>
<marquee direction="left" height="70" scrolldelay="100" scrollamount="10"> Marquee direction="left" scrolldelay="100" scrollamount="10"</marquee>
</td>
<td>
Laufrichtung nach links scrolldelay="100"
</td>
</tr>
<tr>
<td>
<marquee direction="left" height="70" scrolldelay="10" scrollamount="10" ><div style="color:red; background:yellow; font-style:italic; "> Marquee mit Layoutgestaltung"</marquee>
</td>
<td>
<div style="color:red; background:yellow; font-style:italic; ">
mit Layoutgestaltung
</div>
</td>
</tr>
<tr>
<td align="center">
<marquee direction="left" behavior="alternate" height="50" width="400" scrolldelay="20" scrollamount="1" bgcolor="#000000">
<img src="../katze1.jpg" width="50" height="50">
<img src="../katze2.jpg" width="50" height="50">
<img src="../katze3.jpg" width="50" height="50">
<img src="../katze4jpg" width="50" height="50">
<img src="../katze5.jpg width="50" height="50">
</marquee>
</td>
<td>
Marquee mit Bildern
</td>
</tr>
</table>
</marquee>