livanova
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I create a mouseover (rollover)?<!-- image rollover code by http://saypoint.blogspot.com --> <a href="#"><img src=" URL_IMG-1 " onmouseover="this.src=' URL_IMG-2 '" onmouseout="this.src=' URL_IMG-1 '" /></a>Forum: Fixing WordPress
In reply to: How do I create a mouseover (rollover)?Thanks so much for your response. To be honest, I’m not sure what an absolute image URL is. I tried googling it and it’s not really clear to me. I uploaded my images directly to my website:
http://www.lauraivanova.com/images/icon1.jpg
http://www.lauraivanova.com/images/icon2.jpgI tried using these URLs in the code on my page (pasted below as well), and it still does not work. I’m so stumped. Any help would be so much appreciated!
Thanks, Laura
Forum: Fixing WordPress
In reply to: How do I create a mouseover (rollover)?Maybe it’s worth noting that when I view this page in the “visual” mode of the editor, the mouseover works!
Forum: Fixing WordPress
In reply to: How do I create a mouseover (rollover)?ok, I don’t know how to paste code, but here is the website where I found my code:
http://saypoint.blogspot.com/2011/04/creat-simple-image-rollover-html-code.htmlI used the HTML code, not the CSS with HTML