Created
November 5, 2012 10:21
-
-
Save sofish/4016490 to your computer and use it in GitHub Desktop.
allowTransparency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<body style="position:relative;"> | |
<div style="position:absolute;height:100px;width:800px;background:#ddd;z-index:10;">ddddd</div> | |
<div style="position:absolute;z-index:9"> | |
<embed allowTransparency="true" src="http://player.youku.com/player.php/Type/Folder/Fid/18518455/Ob/1/sid/XNDcxMDg3ODcy/v.swf" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" allowFullScreen="true" mode="transparent" type="application/x-shockwave-flash"></embed> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment