【发布时间】:2012-07-30 04:05:13
【问题描述】:
可能重复:
How to make an image center (vertically & horizontally) inside a bigger div
我正在尝试在我的网站上制作图片库, 但我无法在 div 中居中图像。
div 的 CSS 是:
#animation
{
display : none;
position: absolute;
z-index:1;
background : rgba(0,0,0,0.7);
height: 100%;
width: 100%;
border: 0px;
}
而图片id是:
#pictures
{
...
}
【问题讨论】: