Navigation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Marquee Codes für Texte:
Laufrichtung des Textes |
Marquee-Code |
So siehts dann aus: |
von links nach rechts |
<marquee direction="right"
scrollamount="6">Dein Text</marquee> |
|
von rechts nach links |
<marquee direction="left"
scrollamount="6">Dein Text</marquee> |
|
hin und her |
<marquee behavior="alternate"
scrollamount="6">Dein Text</marquee> |
|
von oben nach unten |
<marquee direction="down"
scrollamount="6">Dein Text</marquee> |
|
von unten nach oben |
<marquee direction="up"
scrollamount="6">Dein Text</marquee> |
|
Mit Hyperlink |
<marquee direction="left"
scrollamount="6"><a href="URL"
target="_blank">Text ist verlinkt
</a></marquee> |
|
Text läuft Zick Zack hin und her: |
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">Dein Text</marquee></marquee> |
Für Beispiel hier klicken! |
.... |
|
|
Marquee Codes für Grafiken:
|
|
|
Marquee mit Bild von rechts nach links:
|
<marquee direction="left"
scrollamount="6">
<img src="URLvomBILD">
</marquee> |
|
Marquee mit Bild von links nach rechts
|
<marquee direction="right"
scrollamount="6">
<img src="URLvomBILD">
</marquee> |
|
von unten nach oben und verlinkt |
<center><table style="width:100px;border:0px solid;text-align:center">
<tr><td>
<marquee height="70" direction="up" scrollAmount="1" onmouseover="javascript:this.scrollAmount=0"
onmouseout="javascript:this.scrollAmount=2">
<a href="Link URL" target="_blank"><img src="URLvomBILD" border="0"></a>
<hr>
</marquee>
</td></tr></table><cente
|
|
Bild ist verlinkt |
<marquee direction="left"
scrollamount="6">
<a href="URL" target="_blank">
<img src="URLvomBILD"
title="Bildbeschreibung"
border="0"> </marquee> |
|
|
|
|
|
|
|
|
Heute waren schon 17 Besucher (32 Hits) hier! |
|
|
|
|
|
|
|