Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:08
Question of tooltip position
Poster: perldev
Dated: Wednesday September 29 2004 - 21:49:50 BST
Can the top and left offset be reset for each tooltip? As follows:
Code:
<A href="#" onmouseover="M_toolTips.top='offset=10';M_toolTips.left='offset=10';showtip('whatever');" onmouseout="M_toolTips.top='offset=20';M_toolTips.left='offset=10'; popdown()">LINK1</A>
<A href="#" onmouseover="M_toolTips.top='offset=20';M_toolTips.left='offset=20';showtip('whatever');" onmouseout="M_toolTips.top='offset=20';M_toolTips.left='offset=10'; popdown()">LINK2</A>
<A href="#" onmouseover="M_toolTips.top='offset=20';M_toolTips.left='offset=20';showtip('whatever');" onmouseout="M_toolTips.top='offset=20';M_toolTips.left='offset=10'; popdown()">LINK2</A>
The default offsets are defined in tooltips.js.
Poster: Ruth
Dated: Thursday September 30 2004 - 3:14:36 BST
I don't know if this will help. It's for popup function, but perhaps it will give you some information that can be applied to the tool tips. The bottom paragraph under popups talks about offsets, though this is about that function.
http://www.milonic.com/menu_methods.php
Ruth