背景浮动于所有层上方
如何像这样网站 那个飞机能在左右层上方http://www.etonkids.com/
<style type="text/css">
<!--
#aad {
background-image: url(http://www.etonkids.com/Portals/_default/Skins/DarkKnight/images/bg-plane.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 0px;
background-size: aut0;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
visibility: visible;
position: static;
display: inherit;
width: 100%;
}
#aad .aas {
width: 100%;
height: 300px;
background-color: #FF0000;
}
-->
</style>
<div id="aad">
<div class="aas"></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
position:absolute;
left:0px;
top:0px;
z-index:-1;