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

    Hi guys,
    Reading Yigit & Martijn’s topic (Thx to them) I’d love to have the same “nice html-based solution” for texts instead pictures.
    Can anyone give me a hand in translating Martijn’s code please?

    
    <img onmouseover="this.src='path-to-mouse-over-image';" onmouseout="this.src='path-to-normal-image';" src="path-to-normal-image" alt="what-ever-you-like"  />
    
    • This topic was modified 6 years, 9 months ago by rvga.
    #929414

    Hey rvga,

    Add the above code in a code block and change the image path where it say’s

    
    path-to-mouse-over-image
    path-to-normal-image

    Let us know if you have more questions, we are happy to help :)

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.