SCRIPT CODE FOR MARQUEE
Marquee or moving text, has many kinds. Please refer to the following wide range ofmarquee code below: (Note: Once the layout: select add gadget, and select HTML /JavaScript)
1. Marquee from left to right.
Dispaly :
Code:
<MARQUEE align="center" direction="right" height="200" scrollamount="2" width="30%">
marquee from left to right
</MARQUEE>
marquee from left to right
</MARQUEE>
2. Marquee Back and forth.Dispaly :
Code:
<MARQUEE align="center" direction="left" height="200" scrollamount="3" width="70%" behavior="alternate">
marquee back and forth
</MARQUEE>
marquee back and forth
</MARQUEE>
3. Marquee silent if appointed .
Dispaly :
Code:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="50%" height="200" align="center">
point your mouse to the text
</marquee>
point your mouse to the text
</marquee>
4. Marquee HyperLink, Silent if Appointed.Dispaly :
Code:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="100%" height="100" align="center">
<a href="http://Chumaini.blogspot.com/" target="new">Blog Chumaini</a><br/>
<a href="http://www.blogger.com/profile/00282623483850735612" target="new">My profile Blog</a><br/>
<a href="http://www.linkreferral.com/adwel.pl?oldrefid=269884" target="new">Home</a><br/>
</marquee>
<a href="http://Chumaini.blogspot.com/" target="new">Blog Chumaini</a><br/>
<a href="http://www.blogger.com/profile/00282623483850735612" target="new">My profile Blog</a><br/>
<a href="http://www.linkreferral.com/adwel.pl?oldrefid=269884" target="new">Home</a><br/>
</marquee>
May be useful []
Post a Comment
Please, Comment here..