<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>
转载于:https://www.cnblogs.com/daixingqing/archive/2012/11/13/2768401.html
转载请注明原文地址: https://mac.8miu.com/read-27264.html