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:
align="right" style="position: absolute; left:10%; top:110">
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 code1234