You need to sign in to do that
Don't have an account?
I WANT OVERRIDE AN IMAGE WHEN THE MOUSEOVER AND MOUSEOUT WITH ANOTHER IMAGE
HI ,
I'm trying to override an image with another when mouseover and mouseout please suggest me.
Thanks and Regards
SIVASANKAR
You can use CSS, like mentioned here:
http://www.webvamp.co.uk/blog/coding/css-image-rollovers/
Or, you can use the plain-old JS technique, found on many sites. Use the "onmouseenter" and "onmouseexit" attributes on the image's attributes.