0

我设计了一个生成一些 DIV 元素的页面,我在 CSS 中定义了 z-index 属性来管理元素的优先级问题是具有更高优先级的 div 总是落后于包含 flash swf 对象的 Div 元素,我能做什么做其他DIV下的make flash元素吗?

4

2 回答 2

1

Ad this to the Flash embed code

<param name="wmode" value="transparent">

ALso, ensure that both divs have postioning other than static (relative or absolute), or z-index won't work, but from your previous reply, I think you are doing that.

于 2012-09-23T17:49:57.513 回答
1

Do the answers supplied by google not suffice?

http://css-tricks.com/snippets/html/keep-flash-behind-other-elements/

于 2012-09-23T17:50:05.777 回答