function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SIVASASNKARSIVASASNKAR 

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

 

sfdcfoxsfdcfox

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.