HTML Marquees (Slide Shows)
re-written by John First found on myspace.com/customizingA 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.
<marquee>Directions, Left or Right
<img src="http://www.skem9.com/images/button-killtv.png">
</marquee>
<marquee direction=left>Directions, Up or Down
<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>
<marquee direction=up>Bouncing
<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>
<marquee behavior=alternate>Changing the Speed
<img src="http://www.skem9.com/images/button-hot-topic.png">
</marquee>
<marquee scrollamount=25>Delaing it
<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>
<marquee scrolldelay=50 scrollamount=100>Having some fun...
<img src="http://www.skem9.com/images/button-hescoming.png">
</marquee>
<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>
<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>







