Div Background Image
- by marskie
i just wanted to put the 2nd grey image background on the bottom part of my body. Sorry for this kind of newbie question thank a lot for helping newbie like me..
#bgtop {
background-image:url(images/bgtop.png);
background-repeat: repeat-x;
}
#bgbottom { background:url(images/bgbottom.png) repeat-x bottom;}
body {
font: 100% Verdana,…