我有一個div的3個div,我想中心的底部。我試過了在網上找到的每一個提示(你可以在我的代碼中看到...),但沒有任何效果。 這應該相當容易,但它不會居中。居中一個div div,html
.container {
position: relative;
width: 968px;
margin: 0 auto;
text-align: center;
}
.text {
position: absolute;
width: 968px;
height: 100px;">
}
.bg_image {
position: absolute;
width: 968px;
height: 545px;
top: 150px;
background-image: url(x.jpg);
}
.bg_image2 {
position: absolute;
display: block;
width: 50%;
margin: 0 auto;
height: 200px;
top: 545px;
background-image: url(x.png);
background-repeat: no-repeat;
}
這個問題一天約3次。嘗試使用搜索功能。 – Mardzis
一遍又一遍。 [在div中水平居中div](http://stackoverflow.com/questions/114543/horizontally-center-a-div-in-a-div) – Mardzis
歡迎來到SO!文本中存在拼寫錯誤(雙引號)。另外,請提供一個給我們一個基礎的原型(jsfiddle.net或codepen.io)。請相應地編輯您的問題。 – pixeline