Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-01-2007, 12:20 AM   PM User | #1
Eli.
New Coder

 
Join Date: Sep 2007
Posts: 41
Thanks: 0
Thanked 2 Times in 2 Posts
Eli. is an unknown quantity at this point
Mootools Tooltip and sIFR

Hey Guys,
I'm using a mootools for tooltip and sIFR for titles in my website.
the problem arises when a text that is required to have a tooltip is above the sIFR title, so the tooltip is under the flash elements.

Now I know that flash elements are embedded into the document, and thus they are not effected by z-index what-so-ever.
With that in mind, how can I overcome the obstacle?

If an answer for that already been given on the forums, please link me to it, I couldn't find any suitable answer relating this subject.

thanks
Eli. is offline   Reply With Quote
Old 09-01-2007, 05:18 AM   PM User | #2
Arbitrator
Senior Coder

 
Arbitrator's Avatar
 
Join Date: Mar 2006
Location: Splendora, Texas, United States of America
Posts: 2,887
Thanks: 5
Thanked 186 Times in 183 Posts
Arbitrator is on a distinguished road
Quote:
Originally Posted by Eli. View Post
Now I know that flash elements are embedded into the document, and thus they are not effected by z-index what-so-ever.
With that in mind, how can I overcome the obstacle?
You need to pass the Flash application a wmode parameter with a value of either transparent or opaque. Below is an example.

Code:
<object  data="flash.swf">
	<param name="wmode" value="opaque">
</object>
You might find the related article from Adobe useful. [1]
  1. http://kb.adobe.com/selfservice/view...nalId=tn_15523
__________________
Please for the love of god stop making IE. You current "browser"s cause me to cry every day. —Phil *
Arbitrator is offline   Reply With Quote
Old 09-01-2007, 07:24 PM   PM User | #3
Eli.
New Coder

 
Join Date: Sep 2007
Posts: 41
Thanks: 0
Thanked 2 Times in 2 Posts
Eli. is an unknown quantity at this point
Thanks Arbitrator!
that did that trick, I was sure it's a lost battle

cheers mate
Eli. is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:50 AM.


Advertisement
Log in to turn off these ads.