I have many reports with FusionChart and I want to put an div
with some loading message over it, but the div always stay under the flash object event using z-index
!
Anyone already got rid of this?
I have many reports with FusionChart and I want to put an div
with some loading message over it, but the div always stay under the flash object event using z-index
!
Anyone already got rid of this?
收起
当前问题酬金
¥ 0 (可追加 ¥500)
支付方式
扫码支付
In your <embed>
you need wmode="transparent"
and <object>
elemebnt, you need to have <param name="wmode" value="transparent"> </param>
.
It has to be in both to work, then hopefully it'll work as you want :)
报告相同问题?