• Trumani

    (@trumani)


    Hello, I use a simple image hover technique by creating 2 images, which no longer works in 3.9.

    <a href="LINK"><img onmouseover="this.src='SECOND IMAGE'" onmouseout="this.src='FIRST IMAGE'" alt="" src="FIRST IMAGE" /></a>

    Example:

    Is there a fix for this? I would also be open to any alternatives, such as using an image’s CSS class and Link CSS Class.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Image Hover Technique Broken in WP3.9’ is closed to new replies.