|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/17/2007 3:02:46 AM
Posts: 10,
Visits: 31
|
|
Hi,
In my application the dialog box and pop-ups goes behind the Fusion charts only in Firefox browser.
Is their an way to place the charts below other dialogs and pop-ups ?
I was thinking of setting the z-index of fusion chart...can we do that in fusion chart ?
--
Thanks
--
Pallavi
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/2/2008 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
| FusionCharts is a set of Flash movies, and as kind of plugins, are rendered in a special way by the browsers (a method known as "windowed"), making them the topmost objects in a page. To allow DHTML objects appear over a Flash movie just add this parameter: WMode=Transparent to the Flash <object> tag. It should look like this: <param name="WMode" value="Transparent"> In order to support Mozilla-based browsers and other browsers, such as Safari, you should also include the wmode parameter in the <embed> tag, like this: <embed wmode="transparent" .......></embed> If you're using the FusionCharts JavaScript class to embed your charts, you may download the updated JavaScript class from http://www.fusioncharts.com/Downloads/FusionChartsWMode.zip
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|