The Lego Man Posted July 29, 2015 Share Posted July 29, 2015 Hi all I wished to change an image I use in the Review module box so that when the user hovers the mouse over the image it changes. I tried a number of approaches detailed here: http://stackoverflow.com/questions/18032220/css-change-image-src-on-imghover but alas the only result I could manage was a parse error. Does anyone know code that would do the job and where it should be placed? Regards TLM Link to comment Share on other sites More sharing options...
ken0306 Posted September 11, 2015 Share Posted September 11, 2015 try the css opacity on the main image. I did it before, but it is not really practical. the idea is you have your div set as your over hover images and your image on top. when mouse over, you apply the opacity to 0 on the top image and shows the one in the back. ken Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.