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:

TECHSUM4U{FRIEND OF TECHNOLOGY} (Delay : 90 Milliseconds)

 Code:

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrolldelay="90">TECHSUM4U{FRIEND OF TECHNOLOGY} (Delay : 90 Milliseconds)</marquee>

 

TECHSUM4U{FRIEND OF TECHNOLOGY} (Delay : 1000 Milliseconds)


Code: 
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrolldelay="1000">TECHSUM4U{FRIEND OF TECHNOLOGY} (Delay : 1000 Milliseconds)</marquee>

Amount:

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

Example:

TECHSUM4U{FRIEND OF TECHNOLOGY} (Amount : 5 pixels)

Code:

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5">TECHSUM4U{FRIEND OF TECHNOLOGY} (Amount : 5 pixels) </marquee>

TECHSUM4U{FRIEND OF TECHNOLOGY} (Amount : 20 pixels) Code:

Code:

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="20">TECHSUM4U{FRIEND OF TECHNOLOGY} (Amount : 20 pixels) Code: </marquee>