DIV定位问题记录
层定位问题在很多设计中都会使用到。
今儿先记录,有空再接着写
<style>
/* footer */
/* fixed */
#yang_footer_fixedbar { position:fixed; bottom:0; left:0; background:#ff0000; width:100%; height:100px; overflow:visible; }
.yang_ft_content { margin:0 auto; z-index:1000; background: url() center top no-repeat #00ff00; width:1000px; height:120px!important; position:relative; top:-20px; left:0px; }
</style>
<div style="height:1000px;"></div>
<div id="yang_footer_fixedbar">
<div> </div>
</div>