〓flash以及图片挡住链接终极解决之道——置于底层代码〓
来源: 2008-04-13
flash代码举例
<EMBED style="z-index:-1; left: 0px; position: absolute; top: 50px" align=right src=http://www.xfuu.cn/teach/23/你的flash地址 width=1024 height=900 type=application/x-shockwave-flash quality="high" wmode="transparent"></embed>
图片代码举例
<div style="z-index:-1; position:absolute;Top:380px;left:380px;"><img style="FILTER: alpha(opacity=80 Style=2 FinishOpacity=0)black()" src=http://www.xfuu.cn/teach/23/图片地址></div>
其实关键就在于其中的z-index:-1; 参数,只要在 style=" "里面加上它就可以了,-1代表最底层。
感谢张吉喆同学提出这个问题,才使它得以解决。
(阅读次数:)
发表评论
Article Provenance:
Article Tags: