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.