Advanced Tooltips Support Product Page

This topic was archived

my advance tooltip appears underneath my menu buttons!

Asked 01 Apr 2009 02:57:59
1
has this question
01 Apr 2009 02:57:59 peter hart posted:
I use likno menu software and when I click on a tooltip containins a flash movie the movie appears under the buttons.
Is there any parameters I can set to ensure the tooltips content is "always on top" ?
see www.tail-crate.com/t1.asp ans click on one of the small images and see the tool tip appear but get covered up by the menu.
help!

thanks,
Peter

Replies

Replied 01 Apr 2009 14:31:08
01 Apr 2009 14:31:08 peter hart replied:
I have my own answer - mentioned here for others:

You have to define the appropriate z-index to both elements – the menu and the element where the video appears into. The z-index of the menu should be less than the z-index of the flash element. You have to make sure that this is less than the z-index property of the flash element.
so I wrapped the advanced tip tips with <div style="z-index:1000"> ....</div>
and compile the menus with a -1 z-index. seems to work!
Replied 01 Apr 2009 14:57:43
01 Apr 2009 14:57:43 Miroslav Zografski replied:
Hi Peter,

I tested your site in IE, FF and Safari, but didn't experienced such overlay.

Regards,
Replied 25 Apr 2009 14:58:30
25 Apr 2009 14:58:30 peter hart replied:
that's becuase I changed the z-index. :-)

Reply to this topic