我发现我的 tuts 关于水平和垂直居中图像。但它不起作用。我的代码是
#parent {
position : relative;
float : left;
width : 700px;
height : 400px;
overflow : hidden;
background-color: black;
}
#parent img {
max-height :400px;
max-width : 700px;
}
图像的高度和宽度是动态的。