如何正确设置下一个背景不透明度:
<body style="background-image: url(images/background.jpg); background-color: white;
background-position: center center; background-size: 100%;
background-repeat: no-repeat">
我尝试:
background-opacity: 0.5;
但是失败。
它应该是这样的:
background-image: url(images/background.jpg) opacity: 0.5;
甚至,
opacity: .4;
不影响图像,但影响文本和整个身体。
不接受带有 div 的解决方案。
我的网页:http ://shell.bshellz.net/~panzerdivision/
浏览器:火狐和chrome