发布时间:2013-04-03 10:06:37
DIV居中相对定位和绝对定位的实现方式是不一样的,相对定位居中div{position: relative;text-align: center;//让div块内的元素居中显示}绝对定位居中:div{ display:block; position: absolute; width:600px;//1 .设置div宽度 left:50%;//2.先让div左边框移动到中间位置 margin-.........【阅读全文】
阅读(372) | 评论(0) | 转发(0)