Marquee und Blink werden nicht von allen Browsern unterstützt. Der Internet Explorer zeigt nur Marquee an. Mozilla Firefox und Opera unterstützen Marquee und Blink. Blink: <blink> Blink Blink </blink> <font color=0000FF> <blink> Blau </blink> </font> <font color=FF0000> <blink> Rot </blink> </font> <font color=00FF00> <blink> Gün </blink> </font> Marquee: <marquee direction=left> Marquee von rechts nach links </marquee> <marquee direction=right> Marquee von links nach rechts </marquee> <marquee behavior=alternate> Marquee wechselnd </marquee> <marquee scrollamount=10 scrolldelay=10> Marquee Geschwindigkeit </marquee>
<marquee height="x" hspace="x"> Marquee mit Bild <img src="bild.gif"> </marquee> <marquee > Marquee mit <a href="http://www.hallo.de"> Hyperlink </a> </marquee> <marquee bgcolor="#ff0000" behavior="alternate"> <font color=#ffff00> Marquee mit Farbe </font> </marquee> <marquee hspace="100"> Marquee mit Rand </marquee> (nur I.Explorer) <marquee> <blink> Ich bin ein blinkender und laufender Text </blink> </marquee> (nur Firefox u. Opera)
<marquee direction="up" scrollamount="2"> Marquee von unten nach oben ...</marquee> <marquee direction="down" scrollamount="3"> Marquee von oben nach unten</marquee> <marquee direction="left" onMouseOver="this.scrollAmount=0" onMouseOut="this.scrollAmount=5" scrollamount="5">Stoppt beim überfahren mit dem Mauszeiger!</marquee> |