I'm using ClientIDs to position my tooltips. The place where the tooltips are in the code leaves big blank areas the size of the tips (they are pretty large) on the page.
The tips do display in the right place, but I'm assuming they render wherever you place in the code and then are manually moved to their client location by JavaScript after load, thus leaving a big hole where they originally started.
Reason for using clientIDs is that my anchors are on the master page, but the page controlling the tips is a content page.
Any suggestions on how to either eliminate the big blank areas or tag a tooltip created on a content page to a target item on the master page?
FYI: Tried storing the tips in a hidden DIV, but they no longer worked. (The big blank areas were gone, though...)
Thanks,
- Brad
The tips do display in the right place, but I'm assuming they render wherever you place in the code and then are manually moved to their client location by JavaScript after load, thus leaving a big hole where they originally started.
Reason for using clientIDs is that my anchors are on the master page, but the page controlling the tips is a content page.
Any suggestions on how to either eliminate the big blank areas or tag a tooltip created on a content page to a target item on the master page?
FYI: Tried storing the tips in a hidden DIV, but they no longer worked. (The big blank areas were gone, though...)
Thanks,
- Brad