Home > Article > Web Front-end > Transparent flash hyperlink fails in chrome browser_html/css_WEB-ITnose
I added a transparent flash to the page to beautify the page effect, but I cannot click on the lower link in the Chrome browser. The lower page is completely covered by this "transparent flash", although the links and buttons can be seen. , but never clickable. Is there any solution?
This is the transparent code:
41ad6994bc27367f21e7bebb992aa02e4dd31068bf220ff9da7a2b5fbd47a26a
Anyone know?
Just use css to set the bottom of the swf as the background
<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>
Just use css to set the bottom of the swf as the background
XML /HTML code1234dd23efd041ff7737ea9f5043ea3683e048f6c033b8467923a698d20a24862692