Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML- marquee tag speed

Status
Not open for further replies.

Blobishthing

Programmer
Feb 16, 2002
23
0
0
AU
Is it possible to change the speed of a marquee tag
Thanx in advance
 
Hi mate,

You the following code gives you several options when it comes to marquee or you can remove items if you wish. It will scroll at a speed that you specify, stop on mouseover, specify a direction etc..

To control the speed, enter a higher amount in the scrollamount.

<MARQUEE onmouseover=this.stop() onmouseout=this.start()
scrollAmount=1 scrollDelay=5 direction=up width=120 height=300 background=&quot;/whatever.gif&quot;>
This is text that is being scrolled.
</MARQUEE>

Hope this helps Wullie

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top