html中块元素的居中。及兼容性
摘要:
#box { width: 100px; height: 80px; background-color: gray; position:absolute; top:50%; left:50%; margin-top:-40px;<!--向上高度一半--> margin-left:-50px;<!-- 阅读全文
posted @ 2016-09-10 22:47 Sweet小马 阅读(818) 评论(0) 推荐(0) 编辑