所以我有一个包含3个按钮的div,我希望这些按钮位于div的中心。
我迄今为止尝试过
.centerButtons
{
margin-left: auto;
margin-right: auto;
width: 90%;
}哪些中心包含按钮的div是好的,但在这个div内的实际按钮不居中..这是我的标记到目前为止..
...
/* link styles */
.green-btn-solid {line-height: 21px; height: 21px; background: url(../../images/SOURCE/btn_grn_r.gif) 100% 0 no-repeat; width: auto; display: block; padding-right: 30px; }
.green-btn-solid span {display: block; float: left; background: url(../../images/SOURCE/btn_grn_l.gif) 0 0 no-repeat; line-height: 21px; height: 21px; padding-left: 12px; color: #fff;}