View Full Version : Hover Image


CBaZ
10-05-2004, 06:28 PM
I need help. I wanna display my ahref links next to eachother and when the mouse hovers over a link I want my blinking arrow to blink next to the link thats highlighted. I can't use the mouseover javascript because that's already in use for something else.

I hope there's a way to do this with css.

Thanks.

pb&j
10-05-2004, 07:07 PM
css would only be able to change the background image of an area during mouseover.

you can still use the javascript version, you just have to change the src and name values so you can have it work on the same page. perhaps ask in the javascript forum on how to do this correctly. be sure to post a link to your current page and explain exactly what you want to try to do.