Sign in to follow this  
Clive

Z-index problem with safari - urgent!

Recommended Posts

Hi

Just about to go live with a new page using FusionMaps, and testing on various browsers.

 

I have a similar problem to the one reported for charts; namely that when a user clicks

on the map to open a window, it appears BEHIND the map instead of above.

I managed to fix this 95% with z-index settings (IE and Firefox), but with Safarai browser

(running on Windows) the fix does not work. I installed Flash 10.1 but it did not help.

I am using the standard javascript to load the map on the page.

 

What is the solution for this?

The client uses a Mac so if it doesn't work on Safari, it doesn't work. Period.

My FusionMaps project will be dead in the water!

Thanks

Clive

 

Share this post


Link to post
Share on other sites

I looked around the flash forums and decided to try setting the transparency.

I added this line to the javascript: map.setTransparent();

and this did the trick, for Firefox 3.6.7 and Safari.

 

Is this the right syntax?

Thanks

Clive 

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Clive,

As you have already mentioned, setTransparent() is the method for the same.

Please note you can apply this in two ways :-

1) setTransparent(true)

2)setTransparent(false)

Hope this helps. :)

Share this post


Link to post
Share on other sites

Hi Clive,

 

As you have already mentioned, setTransparent() is the method for the same.

 

Please note you can apply this in two ways :-

 

1) setTransparent(true)

 

2)setTransparent(false)

 

Hope this helps. :)

 

I use FC v 1.2.3F and when I add the methow, the server response with:

 

Fatal error: Call to undefined method FusionCharts::setTransparent().

 

what's the problem? Is it defferernt version?

 

 

 

 

joe

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this