<!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> <title>div在flash之上</title>
<meta http-equiv=content-type content="text/html; charset=gb2312" /> <link href="style.css" type="text/css" rel="tylesheet" />
<meta name="Author" content="" />
<meta name="Keywords" content="" />
<meta name="Description" content="" />
</head>
<body>
<div id="div" style="width:100px;height:200px;background-color:green;position:absolute;left:100px;top:200px;"> 中国<br/>中国<br/>中国<br/>中国<br/>
</div>
<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="300" height="400">
<param name="movie" value="html_allTags.swf"> <param name="wmode" value="transparent"> <embed src="116.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="300">
</embed>
</object>
</body> </html>
D
flash可以被一个div覆盖的例子
最新推荐文章于 2025-12-26 14:24:35 发布
本文展示了一个具体的实例,说明如何使HTML中的DIV元素显示在Flash元素之上,通过设置CSS属性实现页面元素的精确布局与层叠效果。
624

被折叠的 条评论
为什么被折叠?



