1- Making the marquee text from right to left :
<marquee align="center" direction="left"
height="40" onmouseout="this.start()"
onmouseover="this.stop()"
scrollamount="2" scrolldelay="1">
The marquee text from the right to the left </marquee>
The result :
2-Making the marquee text from left to Right :
<marquee align="center" direction="right"
height="40" onmouseout="this.start()"
onmouseover="this.stop()"
scrollamount="2" scrolldelay="1">
The marquee text from the left to the right </marquee>
The result :
3-Making the marquee text from buttom to Up :
<marquee scrolldelay="1"
direction="up" onmouseover="this.stop()"
onmouseout="this.start()" scrollamount="2"
height="80" align="left"> The marquee text from buttom to up</marquee>
The result :
4-Making the marquee text from left to behavior :
<marquee align="center" direction="left" behavior="alternate"
height="40" onmouseout="this.start()"
onmouseover="this.stop()"
scrollamount="4" scrolldelay="1">
The marquee text from the left to the behavior </marquee>
The result :
5-Making the marquee of text variation with background color :
<div align="left"><font face="castellar" color="White"><B><marquee bgcolor="red" onmouseover="this.stop()"
onmouseout="this.start()" scrollamount="2" scrollamount="3" behavior="alternate">
The marquee of text variation with background color.
</marquee></b></font></div>
The result :
No comments:
Post a Comment