How do I create a mouseover (rollover)?
-
Hello,
I am trying to create a mouseover on a page of my blog/website. I’ve tried lots of different code, and none of them work, including the code currently used. Can someone please check this out and let me know if there’s something I can change to make this work? The link works, but when I mouseover the image, the new image (with text) doesn’t appear.
https://www.lauraivanova.com/new-home/
Here is the code without my image links subbed in:
<img src=” URL_IMG-1 ” onmouseover=”this.src=’ URL_IMG-2 ‘” onmouseout=”this.src=’ URL_IMG-1 ‘” />Any help would be so appreciated! I am a code/website/html novice. Thank you!!!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do I create a mouseover (rollover)?’ is closed to new replies.