Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307047

    http://mosaix.codelessme.net/who-we-are/

    If you want to do a fun image switch on hover like we have done here, this is a really simple way to do it.

    <img src="URL of FIRST image goes here" onmouseover="this.src='URL of SECOND image goes here'" onmouseout="this.src='URL of FIRST image goes here'"/>

    #307113

    Hi David!

    I’m not sure where is the example on the link but thanks for sharing.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tutorial > Image switch on hover’ is closed to new replies.