を動作しません、私はhtmlファイルを持っている、と私は画像に背景のURLを設定しますが、画像はブラウザの幅を満たさない:背景画像幅が
私も設定してみましたwidth
プロパティを大きくすると効果はありません。このシナリオでは
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
#bg {
height:1500px;
background: url("img/timg7.jpg") center top no-repeat;
width:1800px;
}
</style>
</head>
<body id="bg">
<div style="width:400px; height: 200px; background-color: antiquewhite">
BLOCK
</div>
</body>
</html>
身体に幅を付けましたか?それは何ですか? – PHPglue