Rumah > Artikel > hujung hadapan web > 透明flash在chrome浏览器的超级链接失效_html/css_WEB-ITnose
我在页面上加了个透明flash,美化页面效果,但是在chrome浏览器里却无法点击下层的链接了,下层页面完全被这个“透明flash”遮住,虽然能看到链接和按钮,但一律不能点击。有没有解决办法?
这是透明代码:
align="right" style="position: absolute; left:10%; top:110">
有知道的吗?
用css将swf至于底部作为背景就好了
<div style="position:relative;background:#f00;height:100px;width:1000px"><div style="position:absolute;left:0px;top:0px;z-index:1"><embed src="1.swf" width="1000" height="100" wmode="transparent" ></embed></div><div style="position:absolute;z-index:10"><a href="http://www.coding123.net">编程设计网</a></div></div>
用css将swf至于底部作为背景就好了
XML/HTML code1234