Sie sind nicht angemeldet.

1

Montag, 23. Juni 2014, 16:02

Display a Tooltips Image near the Hotspot

Hi,

I'd like to display a Toolstips when my mouse is over a Hotspot.

Here my tooltips IS NOT a TEXTE but an IMAGE.

Here is my code :

Zitat

<hotspot name="pub2" style="hotspot_pub" scale="1" zorder="1" ath="26.050" atv="10.434" onhover="tween(plugin[bedroom].alpha,1);tween(plugin[bedroom].scale,1);set(autorotate.enabled,false);" onout="tween(plugin[bedroom].alpha,0);tween(plugin[bedroom].scale,0);set(autorotate.enabled,true); " onclick="flyin( pub1image );tween(plugin[bedroom].alpha,0);tween(plugin[bedroom].scale,0);" />

<plugin name="bedroom" url="info-bulle-pub1.png" keep="true" handcursor="false" align="middlecenter" edge="center" alpha="0" scale="0" xoffset="0" yoffset="0" />
Everythings is working fine, but I'd like to see my Image Toolstips near my Hotspot instead of the center of the view.

Someone can help me to solve this ? ;-)

Thanks a lot.

2

Dienstag, 24. Juni 2014, 09:37

No idea about this ?? *unsure*

3

Dienstag, 24. Juni 2014, 09:47

set hotspot to your image parent

parent="hotspot[name]"

4

Dienstag, 24. Juni 2014, 10:14

Great it works !! ;-)

Thanks for help.