enipla
1
I doubt this can be done, but I’ll give it a shot.
Is there a way to imbed an anchor tag or img in a title attribute?
title=‘“Use your mouse to pan”<a href=“http://myserver.help.htm”>test</a>’
I would like to be able to pop a more detailed help screen from the title text on the rollover.
friedo
2
No, but there are ways to popup a hidden div upon mouseover. Here is an excellent tooltip plugin for jQuery, for example.
enipla
3
Thanks. I’m using jquery on this app. I’ll give that a try.