次の方法で背景の不透明度を適切に設定する方法:
<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/
ブラウザ: Firefox & Chrome