Adding a Hover Image
-
I’m not sure if this is something you awesome guys can help me with but I just can’t figure this out on my own. I’ve been trying to create a hover image on my about page. Where it has a picture and when you hover over it it changes to another image. Well in my pages’ edit section it works just fine but as soon as I hit preview all it shows is the hovered image not the original one. Here is my code.
<img onmouseover=”this.src=’https://www.thetwomcclouds.com/wp-content/uploads/2013/04/MouseOverAndy.jpg'” onmouseout=”this.src=’https://www.thetwomcclouds.com/wp-content/uploads/2013/04/The-Two-McClouds-2-of-4.jpg'” src=”https://www.thetwomcclouds.com/wp-content/uploads/2013/04/The-Two-McClouds-2-of-4.jpg” alt=”” />
Thanks so much for your time even if you don’t have the answer ??
- The topic ‘Adding a Hover Image’ is closed to new replies.