Marquee Direction
Direction:
Specifies in which direction marquee will scroll. Possible values for this attribute are LEFT or RIGHT Example:
Code:
Code:
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" direction="left">TECHSUM4U{FRIEND OF TECHNOLOGY}</marquee>
Code:
<marquee style="font-family: Book Antiqua; color: #FFFFFF" bgcolor="#000080" direction="right">TECHSUM4U{FRIEND OF TECHNOLOGY}</marquee>
Note: Default Direction is left.
Now marquee tag direction we can set to up or down. We can scroll vertically up ward direction or down ward direction.
Now marquee tag direction we can set to up or down. We can scroll vertically up ward direction or down ward direction.
Code:
<marquee style="font-family: Book Antiqua; color: #FFFFFF" bgcolor="#000080" direction="up">TECHSUM4U{FRIEND OF TECHNOLOGY}</marquee>
Code:
<marquee style="font-family: Book Antiqua; color: #FFFFFF" bgcolor="#000080" direction="down">TECHSUM4U{FRIEND OF TECHNOLOGY}</marquee>
0 Comments