Need the correct syntax for Mouse over
Permalinkhttp://www.greaterbendrotary.com/index.php/about-rotary/donation-re...
http://www.greaterbendrotary.com/files/4113/9956/6219/pdf_over_smal...
However, I do not know the way to set this up in C5...even using HTML.
Any help appreciated...
Todd
http://www.greaterbendrotary.com/index.php/about-rotary/donation-re...
Iwould like to do the same here:
http://www.greaterbendrotary.com/index.php/ad-sales-campaign/...
Any help would be greatly appreciated.
Todd
If you ever want to do this by hand with HTML and javascript the syntax looks like this
<a title="Title" href="LinkToPDF"><img onmouseover="this.src='URLToHoverImage';" onmouseout="this.src='URLToRegularImage';" src="URLToRegularImageg" /></a>
With appreciation...
Todd
If you are trying to do something else please provide more detail as to what you are trying to do.