展开全部
用css的绝对定位来做,一下是我刚写的参考代码:
<!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>
<style type="text/css">
<!--
.body{margin:0;padding:0;font-size:12px;}
img{border:0;margin:0;padding:0;}
.box{position:relative} /*此处使用相对定位,作用是给其包含的子层做绝对定位的参照物*/
.img,.flash{width:200px;height:150px;position:absolute;top:80px;left:200px;z-index:1;}
.flash{z-index:2} /*flash的层叠加顺序为2,大于.img层的排列顺序,所以在顶层,这样就覆盖了.img的div层*/
-->
</style>
</head>
<body>
<div class="box">
<div class="img"><img name="img" src="" width="200" height="150" alt="" style="background-color: #003300" /></div>
<div class="flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="200" height="150">
<param name="movie" value="flash路径" />
<param name="quality" value="high" />
<embed src="flash路径" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="150"></embed>
</object>
</div>
</div>
</body>
</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>
<style type="text/css">
<!--
.body{margin:0;padding:0;font-size:12px;}
img{border:0;margin:0;padding:0;}
.box{position:relative} /*此处使用相对定位,作用是给其包含的子层做绝对定位的参照物*/
.img,.flash{width:200px;height:150px;position:absolute;top:80px;left:200px;z-index:1;}
.flash{z-index:2} /*flash的层叠加顺序为2,大于.img层的排列顺序,所以在顶层,这样就覆盖了.img的div层*/
-->
</style>
</head>
<body>
<div class="box">
<div class="img"><img name="img" src="" width="200" height="150" alt="" style="background-color: #003300" /></div>
<div class="flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="200" height="150">
<param name="movie" value="flash路径" />
<param name="quality" value="high" />
<embed src="flash路径" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="150"></embed>
</object>
</div>
</div>
</body>
</html>
追问
代码有用的,谢啦。css代码我没加进去,就可以放在图片上了,我加了wmode="transparent"这条代码,在firefox中显示背景透明了,但是在IE和搜狗浏览器中还是有背景。
追答
这么加的?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询