首页  >  文章  >  web前端  >  div+css固定于浏览器_html/css_WEB-ITnose

div+css固定于浏览器_html/css_WEB-ITnose

WBOY
WBOY原创
2016-06-24 12:27:06940浏览

#bottomNav { background-color:#096; z-index:999; position:fixed; bottom:0; left:0; width:100%; _position:absolute; /* for IE6 */  _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ overflow:visible; }  

复制粘贴样式测试

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn