Thread: HTML Code?
View Single Post
Old 10-21-2007, 11:10 AM   #3 (permalink)
bbz
Junior Forumer
 
bbz's Avatar
 
Join Date: Jul 2007

Posts: 52
Rep Power: 2 bbz is on a distinguished road
fTrader: (0)
fBuck$: 336.0
Bank: 327.9
Total fBuck$: 663.9

My Forumer
My Country:
Default Re: HTML Code?

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.
bbz is offline