Topic awaiting preservation: mouse rollover effects different image & text (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Mpls |
posted 04-26-2003 01:03
Hi all, |
Nervous Wreck (II) Inmate From: Mpls |
posted 04-26-2003 01:24
I forgot to mention one thing. I could do this effect pretty easily by creating an image of the text but I'm trying to reduce the load time of the page because of all the preloaded images in this photo gallery already so I would rather be able to change the text for this effect instead of a third location graphic. |
Bipolar (III) Inmate From: schillmania.com |
posted 04-26-2003 10:15
You should be able to accomplish this using a mouse over "image swapping" script combined with the .innerHTML property, eg. for a div element. It sounds like you're familiar with image swapping, so the next thing is to change the text of an element dynamically via JS. |
Nervous Wreck (II) Inmate From: Mpls |
posted 04-27-2003 01:11
Thanks very much for the help... I'll give it a try today! |