davidtso Report post Posted November 21, 2008 Hi, Does anyone know why the chart always on the top layer and block the drop down menu if drop down menu is overlap with the chart? Thanks, David Share this post Link to post Share on other sites
Arindam Report post Posted November 21, 2008 Hi, Could please use swf wmode to Opaque? Share this post Link to post Share on other sites
Arindam Report post Posted November 21, 2008 Hi, are you using FusionCharts.php file as include??? then do this Function Specifications in FusionCharts.php file renderChart($chartSWF, $strURL, $strXML, $chartId, $chartWidth, $chartHeight, $debugMode=false, $registerWithJS=false, $setTransparent="") renderChartHTML($chartSWF, $strURL, $strXML, $chartId, $chartWidth, $chartHeight, $debugMode=false,$registerWithJS=false, $setTransparent="") use: <?php //Create the chart - Column 3D Chart with data from Data/Data.xml echo renderChart("../../FusionCharts/Column3D.swf", "Data/Data.xml", "", "myFirst", 600, 300, false, false, true); ?> Share this post Link to post Share on other sites
davidtso Report post Posted November 21, 2008 thx, it works. -David Share this post Link to post Share on other sites