+ -
当前位置:首页 → 问答吧 → 不能自适应居中

不能自适应居中

时间:2011-07-12

来源:互联网

#bottomtab {
width:100px;
height:60px;
z-index:999;
position:fixed;
overflow:visible;
bottom: 20px;
  margin-right: auto;
  margin-left: auto;
_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ }

作者: kay89757sc   发布时间: 2011-07-12

通过js控制把

作者: xuexiaodong2009   发布时间: 2011-07-12

position的问题吧

作者: lsw645645645   发布时间: 2011-07-12