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

    Hi,

    I would like to know, if its possible to change the picture when you do the mouse over.
    for example: team portrait change.

    Thanks.

    #772029

    Hey qqtingbabe,

    You can try this simple html solution:

    <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"  />

    Best regards,
    Jordan Shannon

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