校内网上如何让透明flash固定

来源:百度知道 编辑:UC知道 时间:2024/05/26 08:17:53
<EMBED style="LEFT: 1px; POSITION: absolute; TOP: 0.2px" align=right src=flash地址 width=1000 height=700 type=application/x-shockwave-flash wmode="transparent" quality="high">
这是我用的flash代码。如果页面向下拉动,flash也就跟着向上走了,下面就没了。如何让它固定不动啊?? PS:我不想在下面也加上几个同样的。

把你的代码换成如下代码:位置设置一下left top的值
<DIV style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; Z-INDEX: 1000; FILTER: progid:DXImageTransform.Microsoftpadding:0px; ; LEFT: expression(eval(document.body.scrollLeft)+eval (document.body.clientWidth)-880); BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; POSITION: absolute; ; TOP: expression(eval(document.body.scrollTop)+eval(document.body.clientHeight)-400); TEXT-ALIGN: center">
<CENTER><EMBED style="LEFT: 60px; POSITION: absolute; TOP: 0px" align=right src=FLASH地址 width=850 height=600 type=application/x-shockwave-flash WMODE="transparent" QUALITY="high"></EMBED></CENTER></DIV>