层固定在底部的样式

<style type="text/css">        
        #bottomNav
        {
            background-color: red;
            z-index: 999;
            position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100%;
            _position: absolute; /* for IE6 */
            _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
            overflow: visible;
        }
    </style>
    <div id="bottomNav">
        漂浮层</div>

 

posted @ 2012-11-13 17:32  一千零一夜  阅读(918)  评论(0编辑  收藏  举报