Ich habe ein Div und möchte, dass es horizontal zentriert wird - obwohl ich es gebe, ist margin:0 auto;
es nicht zentriert ...
.container {
position: absolute;
top: 15px;
z-index: 2;
width:40%;
max-width: 960px;
min-width: 600px;
height: 60px;
overflow: hidden;
background: #fff;
margin:0 auto;
}