随笔分类 -  html/css

纯CSS,table的thead固定,tbody显示滚动条
摘要:以下代码,仅在谷歌下测试过首先是html的table的代码: 1 2 3 4 111asdasdassd 5 222asdsa 6 7 8 9 ... 阅读全文

posted @ 2015-07-15 19:44 到处都要注册 阅读(26294) 评论(0) 推荐(1)

div固定在浏览器的最上方,不随滚动条滚动
摘要:1 #topDIV { 2 position: fixed;3 top: 0;4 z-index: 10000;5 width: 100%;6 height: 35px;7 border-bottom: 1px solid #eee;8 bac... 阅读全文

posted @ 2014-12-27 17:01 到处都要注册 阅读(588) 评论(0) 推荐(0)

css实现左侧固定宽度,右侧宽度自适应
摘要:#centerDIV {height: 550px;width: 100%;}#mainDIV {height: 100%;border: 1px solid #F00;margin-left: 102px;}#leftDIV {float: left;width: 100px;height: 10... 阅读全文

posted @ 2014-12-16 16:55 到处都要注册 阅读(321) 评论(0) 推荐(0)

导航