Mouse Over Images on a Landing Page | Community
Skip to main content
May 3, 2013
Question

Mouse Over Images on a Landing Page

  • May 3, 2013
  • 1 reply
  • 714 views
I''m an new to marketo and I can't figure out how to add a mouse over image on a landing page?  Any suggestions?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

May 3, 2013
I believe you can do it by inserting the "HTML" element and entering it as code.

<a href="#" ><img src=" URL_IMG-1 " onmouseover="this.src=' URL_IMG-2 '" onmouseout="this.src=' URL_IMG-1 '"  /></a>