我正试图保持我页底部的图像,但与”的滚动,我不想把图像带上用户。
我感觉到,它会做些什么来填补整个窗口,但我看不出如何。
我正在采用正常做法,该守则附在文体上:
body {
background-image:url( /img/graph-paper3.png );
background-repeat:repeat;
}
#container {
width:960px;
margin:0 auto;
}
#sidebar {
float:left;
width:310px;
padding:10px;
}
#main {
float:right;
width:610px;
padding:0 10px 10px 10px;
margin-top: 40px;
background-image:url( /img/top.png );
background-repeat:no-repeat;
background-position:top center;
}
#paper {
margin:40px 0 147px 0;
padding:20px;
background-color:#ffffff;
min-height:400px;
}
#footer {
clear:both;
padding:5px 10px;
}
#footer p {
margin:0;
}
#wrap {
background-image:url( /img/jeremy-david.png );
background-repeat:no-repeat;
background-position:left bottom;
}
您可在以下行动中看到该守则:。