向网页添加flash背景
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了向网页添加flash背景相关的知识,希望对你有一定的参考价值。
html : <div id="container"> <div id="background"> Here you are invited to add the swf embed details </div> <div id="content"> Here you can add the html content </div> </div> ======================= CSS: #container{ height: 400px; width: 500px; position: relative; } #background{ z-index: 1; position: absolute; } #content{ z-index: 2; position: relative; }
以上是关于向网页添加flash背景的主要内容,如果未能解决你的问题,请参考以下文章