开发者

ASP.NET Menu Problem With .swf file

I have a drop down menu and a swf file on an asp.net page. When the menu drops down it is开发者_StackOverflow behind the swf file when it should appear in front.


  1. Add the following parameter to the OBJECT tag:

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

  2. Add the following parameter to the EMBED tag:

    wmode="transparent"

(Taken from the Adobe site)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜