Log in

View Full Version : multi-colored link hover?



ModernRevolutions
11-30-2008, 09:54 PM
Im looking for a very simple code i would be able to use for my christmas layout on myspace. so when you hover over the link it will look like this:
http://i108.photobucket.com/albums/n28/studio30/linkhover.gif
So i want it to blink like that when you hover over it. Is that possible with the restrictions of myspace coding? Thanks

jscheuer1
12-01-2008, 12:05 AM
Rainbow Links script:

http://www.dynamicdrive.com/dynamicindex5/rainbow.htm

should do the trick.

However, there is no way this can be done in HTML alone.

You could of course resort to making up animated .gif images (like your example) for each link. Those could be used along with plain ones as background images to be swapped on hover in css. But the overhead (byte-load) of such a scheme doesn't make much sense.

Finally, the terms of service for myspace may or may not allow one or the other or both of these approaches.