设置容器的浮动方式为绝对定位
然后确定容器的宽高 比如宽500 高 300 的层
然后设置层的外边距
1 Div {2 width:500px ;3 height:300px;4 margin: -150px 0 0 -250px;5 position: absolute;6 left:50%;7 top:50%;8 background-color: #000;9 }
本文共 214 字,大约阅读时间需要 1 分钟。
设置容器的浮动方式为绝对定位
然后确定容器的宽高 比如宽500 高 300 的层
然后设置层的外边距
1 Div {2 width:500px ;3 height:300px;4 margin: -150px 0 0 -250px;5 position: absolute;6 left:50%;7 top:50%;8 background-color: #000;9 }
转载地址:http://pazio.baihongyu.com/