啦啦啦123
2015-01-27 14:27
img.bg {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto !important;
height: 100%;
position: fixed;
top: 0;
left: 50%;
z-index:1;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
不懂,为什么这么写??
img.bg {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto !important;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index:1;
}
这样写才对,作者的好像不太对
作者这样写应该是为了当浏览器窗口缩小时,背景图片依然居中
长见识了 厉害厉害
十天精通CSS3
242554 学习 · 2623 问题
相似问题