If I use a macroLinkText in a frame it's easy to add a tooltip for the link. Like this:
Code: Select all
<span title="Test Tooltip"><a href="[r: macroLinkText("[email protected]:macros")]">the link</a></span>
But if I use an image for the link instead of text, e.g. this:
Code: Select all
<span title="Test Tooltip"><a href="[r: macroLinkText("[email protected]:macros")]"><image src='[r: tableImage("images", 1)]' border="0"></image></a></span>
there seems to be no way to show a tooltip at MouseOver. Do I anything wrong? I'm using b87 by the way.