首頁  >  文章  >  web前端  >  透明flash在chrome浏览器的超级链接失效_html/css_WEB-ITnose

透明flash在chrome浏览器的超级链接失效_html/css_WEB-ITnose

WBOY
WBOY原創
2016-06-24 12:16:321205瀏覽

我在页面上加了个透明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

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn