Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在网页中,我需要在div未使用wmode=transparent设置的 flash 横幅上显示一个图层。
div
wmode=transparent
如何解决?
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).
<iframe>
Iframes are window objects like flash so they're able to overlay each other.