好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS+DIV固定位置,不随滚动条而滚动_html/css_WEB-ITnose

CSS部分:


html,body{ overflow:hidden; margin:0px; width:100%; height:100%; }
.virtual_body{width:100%; height:100%; overflow-y:scroll; overflow-x:auto; }
.fixed_div{position:absolute; z-index:2009; bottom:0px; left:5%; width:88%; height:30px; border:1px solid red; background:#e5e5e5;}

DIV部分:

I'm still here!

查看更多关于CSS+DIV固定位置,不随滚动条而滚动_html/css_WEB-ITnose的详细内容...

  阅读:33次