Ron Paul Blimp Scrolls Over Web Page

Has any code been devised for myspace pages?

I was working on this using Kacela's idea, but with limited success. The code I came up with works like a charm in firefox, but for some reason it doesn't go to the top of the myspace page in other browsers. I'm pasting it here for people to play around with, maybe someone will get it to work.


<marquee direction="left" scrolldelay="1" scrollamount="3" style="position: absolute; top:0; left: 0;width: 100%;"><img src = "http://www.jugglecentral.com/RonPaul/RonPaulBlimp.gif" /></marquee>
 
MySpace

This code will work on MySpace.

<marquee direction="left" scrolldelay="1" scrollamount="3" style="position: absolute; top:0; left: 0; height: 120px; width: 100%;"><img src = "http://www.jugglecentral.com/RonPaul/RonPaulBlimp.gif" /></marquee>
 
Back
Top