Saturday, January 31, 2015

HTML Marquees • Marquee Codes for Myspace

future engineers

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.
Marquee CodesMarquee DemoMarquees Marquee TutorialMarquee image action
Right marquee direction
BASIC Marquee
<marquee>Change text between marquee tags</marquee>
Change text between marquee tags
Marquee BEHAVIOR
<marquee behavior="slide">Slide marquee behavior</marquee>
Slide marquee behavior (To see it in action - Refresh the page again)
<marquee behavior="alternate">Alternate marquee behavior</marquee>
Alternate marquee behavior
Marquee DIRECTION
<marquee direction="right">Right marquee direction</marquee>
Right marquee direction
<marquee direction="up">Up marquee direction</marquee>
Up marquee direction
<marquee direction="down">Down marquee direction</marquee>
Down marquee direction
Marquee LOOP • Number of times marquee wiil scroll (loop)
<marquee loop="3">This marquee is set to scroll (to loop) 3 times</marquee>
This marquee is set to scroll (loop) 3 times
<marquee loop="5">Another example: This marquee will loop 5 times</marquee>
Another example: This marquee will loop 5 times
Marquee SCROLLAMOUNT • Smaller SCROLLAMOUNT value scrolls marquee slower
<marquee scrollamount="10">SCROLLAMOUNT marquee equals 10</marquee>
SCROLLAMOUNT marquee equals 10
<marquee scrollamount="20">Another example: SCROLLAMOUNT marquee equals 20</marquee>
Another example: SCROLLAMOUNT marquee equals 20
Marquee SCROLLDELAY • Smaller SCROLLDELAY value scrolls marquee faster
<marquee scrolldelay="250">SCROLLDELAY marquee. 250 = ¼ sec</marquee>
SCROLLDELAY marquee. 250 = ¼ sec
<marquee scrolldelay="500">Another example: SCROLLDELAY marquee 500 = ½ sec</marquee>
Another example: SCROLLDELAY marquee 500 = ½ sec
Miscellaneous HTML Marquee Tags
<marquee bgcolor="#66CD00">Changing bgcolor value changes marquee background color</marquee>
Changing bgcolor value changes marquee background color
<marquee behavior="alternate"><marquee width="200">Reoccuring Marquee</marquee></marquee>
Reoccuring Marquee
<marquee scrollamount="5" width="40">&lt;&lt;&lt;</marquee>Opposite Direction Marquees<marquee scrollamount="5" direction="right" width="40">&gt;&gt;&gt;</marquee>
<<<<<Opposite Direction Marquees>>>>>
<marquee width="60%" direction="up" behavior="alternate"><marquee direction="right" behavior="alternate">ZigZag Marquee</marquee></marquee>
ZigZag Marquee
<marquee scrollamount="15" direction="up" behavior="alternate"><marquee scrollamount="15" direction="right" behavior="alternate"><img src="YourImage.gif" /></marquee></marquee>
Marquee Image - ZigZag
<marquee direction="down"><img src="http://www.Fillster.com/image.gif" /></marquee>
Scrolling Marquee
<marquee"><img src="http://www.Fillster.com/image.gif" /></marquee>
Myspace Marquee ImageMarquees @ Fillster.comMyspace Marquee Image




Special Effects - Marquee Tag

How to set the marquee scrolling speed?
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:


Moving Text

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:

Moving Text Tag

Result with scrollamount as 50:

Moving Text Tag

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 500:

Scrolling Text Tag

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>

Result Scrolling Images


No comments:

Post a Comment

thanks much for interest...

Try This may help