Pages

Monday, August 17, 2009

[en.wikipedia.org][<marqueegt;...<marquee/> TAG][Marquee tag][ Not recommend just for Fun tags, BLINK and Marquee both]lt;marqueegt;...lt;marquee/gt;

This text will bounce from left to right

* Bgcolor: Sets the background color of the marquee.

This marquee's background color will be blue.

* Direction: Sets the direction of the marquee box to either left-to-right, right-to-left, up-to-down and down-to-up. Later browsers added support for a movie credit style bottom-up and top-down values.

This text will scroll from left to right.

* Width: This sets how wide the marquee should be.

This marquee is only a hundred pixels wide!

* Loop: This sets how many times the marquee should 'Loop' its text.

You will only see this text twice before it stops playing.

* Scrollamount: This is how many pixels the text moves between 'frames', in pixels.

This text will move ten pixels per 'frame'

* Scrolldelay: This sets the amount of time, in milliseconds, between 'frames'.

This would be so slow, you'd get no sense of animation.
This would be so fast, you couldn't see it!

Copy the code and try it in your browser, HTML editor [notepad etc]

<marquee behavior="alternate">This text will bounce from left to right</marquee>

    * Bgcolor: Sets the background color of the marquee.

<marquee bgcolor="blue">This marquee's background color will be blue.</marquee>

    * Direction: Sets the direction of the marquee box to either left-to-right, right-to-left, up-to-down and down-to-up. Later browsers added support for a movie credit style bottom-up and top-down values.

<marquee direction="right">This text will scroll from left to right.</marquee>

    * Width: This sets how wide the marquee should be.

<marquee width="100px">This marquee is only a hundred pixels wide!</marquee>

    * Loop: This sets how many times the marquee should 'Loop' its text.

<marquee loop="2">You will only see this text twice before it stops playing.</marquee>

    * Scrollamount: This is how many pixels the text moves between 'frames', in pixels.

<marquee scrollamount="10">This text will move ten pixels per 'frame'</marquee>

    * Scrolldelay: This sets the amount of time, in milliseconds, between 'frames'.

<marquee scrolldelay="1000">This would be so slow, you'd get no sense of animation.</marquee>
<marquee scrolldelay="1">This would be so fast, you couldn't see it!</marquee>

SOURCE:
en.wikipedia.org/wiki/Marquee_tag

No comments:

Post a Comment