对图片使用半透明效果
.tit {
position: absolute;
left: 0;
bottom: 0;
height: 27px;
background: rgba(255,255,255,0.8) url(../images/bg-item-tit2.png) right bottom no-repeat;
background-size: auto 16px;
width: 100%;
overflow: hidden;
}
问题:这里的“background”设为了“right bottom”对齐。 改为“center center”,也没有什么影响。 为什么要设置背景对齐的角度呢??? 有没有这样不同的案例可以区分。
http://paranimage.com/css-background-attribute/ 讲的很详细
就从一点来说,
如果 background-size不起作用,你说会怎么样