SQL PHP HTML ASP JavaScript articles and free scripts to download
 

Marquee Speed

Speed:

Specifies the speed in which the text in the marquee moves. Possible values are Delay or Amount

Delay:

This specifies how long to delay between each jump. This attribute takes the time in milliseconds.

Example:

This is an example of Marquee (Delay : 90 Milliseconds)

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrolldelay="90">This is an example of Marquee (Delay : 90 Milliseconds)</marquee>

This is an example of Marquee (Delay : 1000 Milliseconds)

Code:

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrolldelay="1000">This is an example of Marquee (Delay : 1000 Milliseconds)</marquee>

Amount:

This specifies how far the text in the marquee should move. This attribute takes the amount in pixels.

Example:

This is an example of Marquee (Amount : 5 pixels) Code:

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5">This is an example of Marquee (Amount : 5 pixels)</marquee>

This is an example of Marquee (Amount : 20 pixels) Code:

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="20">This is an example of Marquee (Amount : 20 pixels)</marquee>




HTML Marquee tag for scrolling text  | Marquee Behavior  | Marquee Direction  | Marquee Repeat  | Marquee Speed  | Marquee MouseOver
Post Comment This is for short comments only. Use the forum for more discussions.
Name
Email( not to be displayed)Privacy Policy
1+2=This is to prevent automatic submission by spammers. Please enter the result of the sum as asked


Join Our Email List
Email:  
For Email Newsletters you can trust
List of HTML Tutorial
<marquee>
HTML Tags
HTML Calendar
Tags on web page
Web Design