该演示的主要技巧是元素的正常流动是从上到下,因此将
margin-top: auto其设置为零。然而,绝对定位的元件作用为自由空间分布是相同的,并且类似地可以垂直在指定为中心
top并且
bottom(不IE7工作)。
此技巧适用于的任何大小div。
div { width: 100px; height: 100px; background-color: red; position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto;}
<div></div>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)