我有 3 个图像都在同一行并且向左浮动,但我也想将它们居中。我试过使用margin: 0px auto;
,但它似乎没有做任何事情。有什么建议么?
CSS:
#boxes .box {
width:370px;
height:241px;
float: left;
margin: 0px auto;
background-image:url(../imgs/box_front.png);
background-repeat:no-repeat;
background-color: #FFF;
}