2015年11月5日

css 高度自适应

摘要: 对象height:100%并不能直接产生效果,是因为跟其父对象有关。#center{height:100%;}上面的css样式是无效的,不会产生任何效果。需要改写:html,body{ margin:0px; height:100%;}#center{width:200px;height... 阅读全文

posted @ 2015-11-05 13:50 陈可 阅读(185) 评论(0) 推荐(0)

导航