层固定在底部的样式

mac2022-06-30  50

<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

最新回复(0)