how to solve zindex issue with flash
问题 In a webpage I need to show a div layer over the flash banner which is not using wmode=transparent setting. How to solve it? 回答1: From what I remember you can shove the div into an <iframe> (perhaps using Javascript so you don't make a mess of your HTML). Iframes are window objects like flash so they're able to overlay each other. 来源: https://stackoverflow.com/questions/1470166/how-to-solve-zindex-issue-with-flash