There was an earlier version of this script that made that sort of thing much easier. However, this sort of syntax works fairly well with this version:
Code:
<a href="photo1.jpg" rel="enlargeimage::mouseover" rev="loadarea::http://www.dynamicdrive.com" title="This is an example"><img title="Click for Google" src="photo1_thumb.jpg" alt="Thumbnail Example 1" border="0" onclick="window.open('http://www.google.com/','_self');"></a>
In the above example, hovering the image will in most browsers (in addition to revealing the larger image, etc. in the loadarea) give its (the image's) title attribute "Click for Google" as a 'tool tip' and link to Google if clicked due to its (the image's) onclick event.
Bookmarks