Text - marquee codes for bloggers Part II
Text - marquee codes for bloggers Part II
Previous section we saw some basic marquee tags . Now in this section we see some of the behavior of the marquee tags . controlling its speed , position etc..
Example 4:
Alternative behavior:
copy the following code to make this kind of activity
code:
<marquee behavior="alternate" bgcolor="#9999cc" direction="left">example - tech shares </marquee><b>
--------------------------------------------------------------------------------------------------------------
Example 5:
Limit speed:
this code will control the speed of the marquee
code:
<marquee behavior="alternate" direction="left" bgcolor="#9999CC" scrollamount="2">example - tech shares </marquee>
-------------------------------------------------------------------------------------------------------------
Example 6:
this code will stop the line, when mouse is placed on the line
code:
code:
<marquee behavior="alternate" bgcolor="#9999cc" direction="left">example - tech shares </marquee><b>
--------------------------------------------------------------------------------------------------------------
Example 5:
Limit speed:
this code will control the speed of the marquee
code:
<marquee behavior="alternate" direction="left" bgcolor="#9999CC" scrollamount="2">example - tech shares </marquee>
-------------------------------------------------------------------------------------------------------------
Example 6:
this code will stop the line, when mouse is placed on the line
code:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="3"> Wallpapers , Template , Themes , Blogger Etc are updated
</marquee>
</marquee>
Labels: Blogger, Blogger Tips
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home