css 背景绝对中心水平和垂直

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 背景绝对中心水平和垂直相关的知识,希望对你有一定的参考价值。

/* CSS in order to center an element (with position absolute) in a container: */

.centeredIcon {
    background: url("http://www.google.com/favicon.ico") no-repeat transparent;
    width:64px;
    height:64px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-32px; /* half of the width */
    margin-top:-32px; /* half of the height */
}

以上是关于css 背景绝对中心水平和垂直的主要内容,如果未能解决你的问题,请参考以下文章

CSS 绝对中心(垂直和水平)图像

CSS 绝对中心(垂直和水平)图像

绝对中心(垂直和水平)图像

CSS 中心可调整图像垂直和水平在一个容器中的悬停和背景

带像素偏移的css绝对垂直中心

CSS 通过CSS实现绝对水平和垂直居中