Monday, October 19, 2009

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:


example - tech shares


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:

example - tech shares

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:

Wallpapers , Template , Themes , Blogger Etc are updated

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>

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home