ctetik Report post Posted July 9, 2012 Hi everyone, I put the chart on my web page. It is filled with xmldata and shows the data correctly. There is no problem until this point. However, when I use the top menu of the page, it expands when mouse comes over the menu items. In firefox and internet explorer, the expanded windows works correctly. But in google chrome, the expanded windows are blocked by the chart and some part of these windows not seen because they are at the back of chart. I tried css styles such as z-index and overflow but they don't work. Are there anyone to help me how I can get the correct visual presentation in google chrome? Best regards, Tolga Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 10, 2012 Hi everyone, I put the chart on my web page. It is filled with xmldata and shows the data correctly. There is no problem until this point. However, when I use the top menu of the page, it expands when mouse comes over the menu items. In firefox and internet explorer, the expanded windows works correctly. But in google chrome, the expanded windows are blocked by the chart and some part of these windows not seen because they are at the back of chart. I tried css styles such as z-index and overflow but they don't work. Are there anyone to help me how I can get the correct visual presentation in google chrome? Best regards, Tolga Hi, You may refer to the link below, http://forum.fusioncharts.com/topic/11463-problem-with-fusion-chart-is-coming-on-top-of-jquery-date-picker/page__p__44862__hl__z-index__fromsearch__1#entry44862 Also, you may try using the setTransparent(true) method, to suffice your requirement. Hope this helps! Share this post Link to post Share on other sites