Slide-in (wait for the whole page to load lol... d aandar yan) Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior="slide" direction="left">Slide-in Marquee</marquee>
------------------------------- Scroll - Continuous ( Change the Direction from left to right ) Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior=scroll direction="left">Continuous Scrolling Marquee</marquee>
------------------------------- Note: If you want it to go in a different direction, just type in "right" instead of "left", or "up" instead of "down" To Add Marquee Style incorporate the codes within Your Marquee Tag Available for users onlyQuote ------------------------------- Bouncing - (Right - Left) ------------------------------- Scrolling Upwards or Downwards (Just Change The Direction ) Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior="scroll" direction="up">Scrolling Upward</marquee>
------------------------------- Controlling Marquee Speed: ( change the scrollamount - the greater the number the faster it scroll ) Slow Speed Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior="scroll" direction="left" scrollamount="1">Slow Speed Scrolling Marquee</marquee>
Normal Speed Available for users onlyCode <!-- Marquee Code switangell.com --> <marquee behavior="scroll" direction="left" scrollamount="10">Medium Speed Scrolling Marquee</marquee>
Fast Speed Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior="scroll" direction="left" scrollamount="20">Fast Speed Scrolling Marquee</marquee>
Delay Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior="alternate" scrolldelay="450">Slow Motion Text</marquee>
------------------------------- Marquee Within A Marquee Sample 1 Available for users onlyCode
<marquee behavior="alternate">First Message<marquee width="55">Middle Message</marquee>Lats Message</marquee>
Sample 2 Available for users onlyCode <!-- Marquee Code switangell.com --> <marquee behavior="alternate"><marquee width="100">Now You See It .... Now You Dont</marquee></marquee>
Now You See It .... Now You Dont Sample 3 Available for users onlyCode <!-- Marquee Code switangell.com --> <marquee behavior="alternate" direction="up" width="300" height="80px"><marquee direction="left">ZigZag...ZigZag...</marquee></marquee>
ZigZag...ZigZag... Sample 4 Available for users onlyCode <!-- Marquee Code switangell.com --> <marquee behavior="alternate" direction="up" width="180" height="220px"><marquee direction="left" behavior="alternate">ZigZag...ZigZag...</marquee></marquee>
ZigZag...ZigZag... ------------------------------- Stop the marquee when you click on the mouse Available for users onlyCode <!-- Marquee Code switangell.com --> <marquee behavior="scroll" direction="left" scrollamount="5" onmousedown="this.stop();" onmouseup="this.start();" >CLICK ME DONT RELEASE YET LOL</marquee>
CLICK ME DONT RELEASE YET LOL ------------------------------- Stop the marquee when Hover Available for users onlyCode <!-- Marquee Code switangell.com --> <marquee behavior="scroll" direction="left" scrollamount="5" onmouseover="this.stop();" onmouseout="this.start();">HOVER ME</marquee>
HOVER ME ------------------------------- To Add Image Just incorporate your image codes if u want it to be clickable add A tag ... etc etc Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior="alternate" direction="down" onmouseover="this.stop();" onmouseout="this.start();" style="background-color: #F88CB9; width: 180px; height:150px; border:3px double #FFFFFF; color: #FFFFFF; font-weight: bold;"><center><a href="http://angelldeville.com"><img src="http://i33.tinypic.com/v75qqh.jpg" border="0"></a>
Come And Join Our Site</p></center></marquee>
Come And Join Our Site ------------------------------- Crazy Annoying Marquee lol Available for users onlyCode
<!-- Marquee Code switangell.com --> <marquee behavior="scroll" direction="right" style="background-color: #7FD2FF; width: 80; color: #FFFFFF; font-weight: bold; padding: 2px;">Hello Earthlings</marquee><marquee behavior="scroll" direction="left" style="background-color: #E459EF; width: 80; color: #FFFFFF; font-weight: bold; padding: 2px;">Welcome To My Site</marquee><marquee behavior="scroll" direction="right" style="background-color: #FF4FCA; width: 80; color: #FFFFFF; font-weight: bold; padding: 2px;">Hope You Enjoy and Learn</marquee><marquee behavior="scroll" direction="left" style="background-color: #B53BBF; width: 80; color: #FFFFFF; font-weight: bold; padding: 2px;">Dont Forget To Comment</marquee>
Hello EarthlingsWelcome To My SiteHope You Enjoy and LearnDont Forget To Comment -------------------------------
If U Have Any Query not related to LINKER issue.. Please Use Forum Board Dont PM Me
|