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.
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