>웹 프론트엔드 >HTML 튜토리얼 >图片的“background”设置疑问 (100% 速结贴)_html/css_WEB-ITnose

图片的“background”设置疑问 (100% 速结贴)_html/css_WEB-ITnose

WBOY
WBOY원래의
2016-06-24 11:41:15935검색

对图片使用半透明效果
.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不起作用,你说会怎么样

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.