Make bouncing text from top to bottom and from left to right using the html code
Sunday, March 20, 2011
Edit
previously, we have discussed about the text running top and bottom....
ok,,, now we will discuss about Make bouncing text from top to bottom or from right to left using the html code
1.bouncing text from left and right
copy the code below
the result
2.bouncing text from top to bottom
copy the code below
the result
copy it to edit html not on the compose tab
good luck........
ok,,, now we will discuss about Make bouncing text from top to bottom or from right to left using the html code
1.bouncing text from left and right
copy the code below
<marquee behavior="alternate">Teks memantul kiri kanan</marquee>
the result
2.bouncing text from top to bottom
copy the code below
<marquee align="center" behavior="alternate" direction="up" height="300" scrollamount="2" width="100">
Teks memantul ke atas dan kebawah
</marquee>
Teks memantul ke atas dan kebawah
</marquee>
the result
copy it to edit html not on the compose tab
good luck........