future engineers
This sets the background color for marquee path.
It takes values SCROLL or SLIDE or ALTERNATE
Moving Text
This controls the amount of movement (in pixels) between the successive displays that give the impression of animation.
Moving Text Tag
Moving Text Tag
This controls the delay (in milliseconds) between the successive displays that give the impression of animation.
Scrolling Text Tag
Similarly image can be moved. Instead of text in between marquee tags give an image. It will scroll/move
The following Marquee html tags are created to help you to build your own web application, website or Myspace marquee blog. In this table you can find most useful text tags as well as marquee image codes. Just follow our tutorial and learn how to manipulate HTML tags and codes to reach your goal without need to use any kind of Marquee Generator. Knowledge is Power! Pay attention that not all browsers, Netscape - old versions in particular, do support marquee function.
Special Effects - Marquee Tag
How to set the marquee scrolling speed?
Marquee behavior!
Make scrolling image?
Marquee behavior!
Make scrolling image?
Explanation
Attribute: behavior
This sets the background color for marquee path.
It takes values SCROLL or SLIDE or ALTERNATE
Example Code:
<marquee bgcolor=orange width=200 height=20 direction=right behavior=alternate> Moving Text</marquee>
Result:
Attribute: scrollamount
This controls the amount of movement (in pixels) between the successive displays that give the impression of animation.
Example Code:
<marquee bgcolor=orange width=200 height=20 direction=right behavior=alternate scrollamount=5> Moving Text Tag </marquee>
Result with scrollamount as 5:
Result with scrollamount as 50:
Attribute: scrolldelay
This controls the delay (in milliseconds) between the successive displays that give the impression of animation.
Example Code:
<marquee bgcolor=orange width=200 height=20 direction=right behavior=alternate scrolldelay=5> Scrolling Text Tag </marquee>
Result with scroll delay as 5:
Scrolling Text Tag
Result with scroll delay as 5:
Result with scroll delay as 500:
Moving Image
Similarly image can be moved. Instead of text in between marquee tags give an image. It will scroll/move
Example Code:
<marquee width=100 height=20> <img src="./test.jpg"> </marquee>
No comments:
Post a Comment
thanks much for interest...