Thread: HTML Code?
View Single Post
Old 10-22-2007, 10:55 AM   #4 (permalink)
mbk
Member
 
mbk's Avatar
 
Join Date: Jul 2007

Posts: 34
Rep Power: 0 mbk is on a distinguished road
fTrader: (0)
fBuck$: 254.0
Bank: 0.0
Total fBuck$: 254.0

My Forumer
My Country:
Default Re: HTML Code?

Quote:
Originally Posted by bbz View Post
Like...a marquee tag? Try this:
Code:
<marquee loop="1" scrollamount="10" width="100%"><img src="image url" /></marquee>
If you want to adjust the speed, change the value for scrollamount. You can also add a behavior="alternate" to make it bounce on the sides of the screen or a onmouseover="this.scrollAmount=2" to make it slow down when the mouse moves over it. Again, to change that scrolling speed, change the value for scrollAmount.
Thanks bbz
mbk is offline