添加到背景圖像誰能想到,爲什麼我的CSS沒有這種背景圖像上添加透明色(不透明度)覆蓋:爲所有幫助試圖不透明的CSS
.header-image {
display: block;
width: 100%;
text-align: center;
/* image must be 1900 x 500 */
background: url('back.1.jpg') no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
opacity: 1.0;
}
感謝。