Working in old browsers (IE >= 8)
(在旧的浏览器中工作(IE> = 8))
Absolute position in combination with automatic margin permits to center an element horizontally and vertically.
(绝对位置与自动边距相结合,可以使元素水平和垂直居中。)
The element position could be based on a parent element position using relative positioning. (元素位置可以基于使用相对定位的父元素位置。)
View Result (查看结果)
img {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…