开发者

swf Superposition Problem

开发者 https://www.devze.com 2023-01-29 08:48 出处:网络
My page has some swf object on html. DespiteI\'d like to swfgo to the bottom layer the swf go to the top layer

My page has some swf object on html.

DespiteI'd like to swf go to the bottom layer the swf go to the top layer

Any solutions?

Can I swap the priolities a swf with a html element using z-ind开发者_运维知识库ex? want to solve a variety of environments(IE6,Firefox,Chrome...)


You should use both z-index and wmode:

<param name="wmode" value="transparent"> and in the embed tag style="z-index: -1"


you should set window mode to transparent. Have a look here: http://kb2.adobe.com/cps/142/tn_14201.html

0

精彩评论

暂无评论...
验证码 换一张
取 消