for the search, my way to preload images! haha

ATTENTION:: These are old tutorials, click on the tutorials link right above this to see the newest tutorials

HTML Marquees (Slide Shows)

re-written by John First found on myspace.com/customizing

A Marquee is basically a slide show that you can put whatever you would like in. Below are all of the different kinds, but theres still more out there that you can do. Everything that is blue can be whatever you would like to scroll across the screen.

NOTE:: Some dont work the same in firefox, as they would in internet explorer.

Basic Maruee kill tv
<marquee>
<img src="http://www.skem9.com/images/button-killtv.png">
</marquee>
Directions, Left or Right myspace getfirefox
<marquee direction=left>
<img src="http://www.skem9.com/images/button-myspace.png">
</marquee>
<marquee direction=right>
<img src="http://www.skem9.com/images/button-firefox.png">
</marquee>
Directions, Up or Down myspace getfirefox
<marquee direction=up>
<img src="http://www.skem9.com/images/button-myspace.png">
</marquee>
<marquee direction=down>
<img src="http://www.skem9.com/images/button-firefox.png">
</marquee>
Bouncing getfirefox
<marquee behavior=alternate>
<img src="http://www.skem9.com/images/button-hot-topic.png">
</marquee>
Changing the Speed single single single
<marquee scrollamount=25>
<img src="http://www.skem9.com/images/button-single.png" alt="single" />
</marquee>
<marquee scrollamount=50>
<img src="http://www.skem9.com/images/button-single.png" alt="single" />
</marquee>
<marquee scrollamount=100>
<img src="http://www.skem9.com/images/button-single.png" alt="single" />
</marquee>
Delaing it Hes Coming
<marquee scrolldelay=50 scrollamount=100>
<img src="http://www.skem9.com/images/button-hescoming.png">
</marquee>
Having some fun... pretty nifty font... ^_^
<marquee direction=up scrollamount=5 behavior=alternate style="height:250px; filter:wave(add=1,phase=5, freq=1,strength=100);">
<marquee direction=right behavior=alternate>
pretty nifty font... ^_^
</marquee>
</marquee>
pretty nifty font... ^_^
<marquee direction=up style="text-align:center; height:350px; filter:wave(add=1,phase=5, freq=1,strength=100); color:red;">
pretty nifty font... ^_^
</marquee>