CSS 将Flash背景添加到网页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 将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;
}

以上是关于CSS 将Flash背景添加到网页的主要内容,如果未能解决你的问题,请参考以下文章

向网页添加flash背景

ActionScript 3 将CSS添加到Flash文本字段

网页里那种鼠标移上去会出现弹簧的阻尼效果是怎么做出来的?不要用flash做,用js或css3

给网页添加背景图片 html+css

CSS UL Li的背景图片怎么添加?

css 将css渐变添加到背景图像