HOW TO APPLICATION SCRIPT CODE FOR MARQUEE
The title of the above you would have imagined what kind of writing is a moving / marquee. By writing you also move your blog can be beautyfull with words of welcome to the visitors of your blog or you can use to publish an announcement, or justto attract the attention of visitors. Usually the writing of this move, you can place it in theheader / top of your blog, right or left sidebar, and not least there is a place on the bottom / footer of the blog in order to remind the visitors to leave a comment every time you finish reading the post (for example).
Marquee or moving text, has many kinds. Please refer to the following wide range of marquee code below: (Note: Once the layout: select add gadget, and select HTML /JavaScript)
1. Marquee from left to right.
Dispaly :
marquee from left to right
Code:
Marquee or moving text, has many kinds. Please refer to the following wide range of marquee code below: (Note: Once the layout: select add gadget, and select HTML /JavaScript)
1. Marquee from left to right.
Dispaly :
marquee from left to right
Code:
<MARQUEE align="center" direction="right" height="200" scrollamount="2" width="30%">
marquee from left to right
</MARQUEE>
marquee from left to right
</MARQUEE>
<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 :
poin your mouse to the text
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 :
Blog MobiComp
My Profile Blog
Home
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