我正在尝试将图像集中在容器中,但它不起作用。到目前为止,css 看起来像这样;
#wrap{
min-height: 100%;
}
#imagebar{
position:fixed;
margin:0 auto;
top:60%;
width: 100%;
height: 200px;
background: yellow;
}
#albums{
margin:8px;
display: inline-block;
}
我的网站是http://www.robcnossen.nl/
我以为 margin-left:auto;margin-right:auto; 会很好,但认为并没有像我想象的那样工作。有人可以帮我吗?
谢谢...