小さくて簡単な質問。これらのCSSルールを取得しました。
html {
background-image:url('../images/background1.jpg');
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 960px;
border: 3px solid rgb(75,75,75);
box-shadow: 0 0 15px 5px rgba(40,80,100,.75);
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomrightt: 10px;
border-bottom-right-radius: 10px;
background:url('../images/background4.jpg');
background-size: cover;
min-height: 900px;
height:auto;
}
ここで、本体ではなく、相対的に配置された広告ボックスを側面に追加したいだけです...どうすればいいですか? よろしくお願いします