Marquee effect
Marquee is a popular HTML code to make an object can moving or walk. Marquee effect can make by using <marquee>...</marquee> tag . However marquee work in at Internet explorer, if you looking at firefox it's bad looking.
These are the marque attribute
BGCOLOR="color" → to manage background color of an object (text, image, ..etc).
DIRECTION="left/right/up/down" → to manage direction of the moving object .
BEHAVIOR="scroll/slide/alternate" → to manage behavior of the moving object .
Scroll → object moving scroll.
Slide → object moving 1 time and then stop.
Alternate → object moving from left to right and then return again.
TITLE='message" → The title or message will emerge when the computer mouse at the marquee object.
SCROLLMOUNT="number" → to manage the speed of marquee, ever greater of number is faster his speed.
SCROLLDELAY="number" → to manage delay time, it's on second.
LOOP="number|-1|infinite" → to manage sum of looping.
WIDTH="number" → to manage width of marquee object, it's on pixel (px) or person (%). BGCOLOR="color" → to manage background color of an object (text, image, ..etc).
DIRECTION="left/right/up/down" → to manage direction of the moving object .
BEHAVIOR="scroll/slide/alternate" → to manage behavior of the moving object .
Scroll → object moving scroll.
Slide → object moving 1 time and then stop.
Alternate → object moving from left to right and then return again.
TITLE='message" → The title or message will emerge when the computer mouse at the marquee object.
SCROLLMOUNT="number" → to manage the speed of marquee, ever greater of number is faster his speed.
SCROLLDELAY="number" → to manage delay time, it's on second.
LOOP="number|-1|infinite" → to manage sum of looping.
WIDTH="number" → to manage width of marquee object, it's on pixel (px) or person (%).
Now i show you the example of marque effect of direction right to left
<marquee align="center" direction="left" scrollamount="2" width="100%" height="200">
example of marque effect of direction right to left
</marquee>
The Result is this
Change the marque effect attributes according to your choice.
These are the marque attribute
BGCOLOR="color" → to manage background color of an object (text, image, ..etc).
DIRECTION="left/right/up/down" → to manage direction of the moving object .
BEHAVIOR="scroll/slide/alternate" → to manage behavior of the moving object .
Scroll → object moving scroll.
Slide → object moving 1 time and then stop.
Alternate → object moving from left to right and then return again.
TITLE='message" → The title or message will emerge when the computer mouse at the marquee object.
SCROLLMOUNT="number" → to manage the speed of marquee, ever greater of number is faster his speed.
SCROLLDELAY="number" → to manage delay time, it's on second.
LOOP="number|-1|infinite" → to manage sum of looping.
WIDTH="number" → to manage width of marquee object, it's on pixel (px) or person (%). BGCOLOR="color" → to manage background color of an object (text, image, ..etc).
DIRECTION="left/right/up/down" → to manage direction of the moving object .
BEHAVIOR="scroll/slide/alternate" → to manage behavior of the moving object .
Scroll → object moving scroll.
Slide → object moving 1 time and then stop.
Alternate → object moving from left to right and then return again.
TITLE='message" → The title or message will emerge when the computer mouse at the marquee object.
SCROLLMOUNT="number" → to manage the speed of marquee, ever greater of number is faster his speed.
SCROLLDELAY="number" → to manage delay time, it's on second.
LOOP="number|-1|infinite" → to manage sum of looping.
WIDTH="number" → to manage width of marquee object, it's on pixel (px) or person (%).
Now i show you the example of marque effect of direction right to left
<marquee align="center" direction="left" scrollamount="2" width="100%" height="200">
example of marque effect of direction right to left
</marquee>
The Result is this
Change the marque effect attributes according to your choice.
0 comments:
Post a Comment