<param name="wmode" value="opaque"> 这个用于解决DIV给flash挡住的问题
flash置顶的问题,内有IE解决方法,求FF解决方法
FLASH总会挡住其它层的内容,我知道在IE的解决方法: <param name="wmode" value="opaque">
但FF里应该怎么设置呢? [html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> </head> <body> <param name="wmode" value="opaque"> 这个用于解决DIV给flash挡住的问题
中国网管联盟www.bitscn.com <!--以下是源码--> feedom.net <div align="left" style="position:relative; z-index:1"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60" style="position:relative; z-index:1"> <param name="movie" value="http://img1.126.net/channel5/005439/homepage_77590_090227.swf"> <param name="wmode" value="opaque"> <param name="quality" value="high"> <embed src="http://img1.126.net/channel5/005439/homepage_77590_090227.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60" style="position:relative; z-index:1"></embed> </object> </div> <div style="position:absolute;left:150;top:0;width:100px;height:50px;background:green; z-index:2"> sdfds dfadf afdf adfsdf dfadf asd </div> </body> </html> [/html]
hezuilejiu 发表于 2009-2-28 10:52
请帮忙
ibio 发表于 2009-2-28 13:18
用Iframe试试看。
hezuilejiu 发表于 2009-3-5 17:12
[html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> </head> <body> <param name="wmode" value="opaque"> 这个用于解决DIV给flash挡住的问题 中国网管联盟www.bitscn.com <!--以下是源码--> feedom.net <div align="left" style="position:relative; z-index:1"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60" style="position:relative; z-index:1"> <param name="movie" value="http://img1.126.net/channel5/005439/homepage_77590_090227.swf"> <param name="wmode" value="opaque"> <param name="quality" value="high"> <embed src="http://img1.126.net/channel5/005439/homepage_77590_090227.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60" style="position:relative; z-index:1" wmode=opaque></embed> </object> </div> <div style="position:absolute;left:150;top:0;width:100px;height:50px;background:green; z-index:2"> sdfds dfadf afdf adfsdf dfadf asd </div> </body> </html> [/html]
IE:<param name="wmode" value="opaque"> FF:wmode=Opaque
来源:展洋科技 www.35544216.com
|