10-26-2008, 03:17 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Oct 2008
Posts: 75
Thanks: 4
|
Continue bg color after bg image?
So what im trying to accomplish is to repeat the image horizontal, which is good to go. Where I'm having problems is AFTER the image ends vertical. The background-color needs to pick up but its not. Any way to fix that?
Code:
body {
font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
font-size: 10px;
color: #000000;
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
background-color: #2d6797;
background: url(images/bg.jpg) repeat left top;
}
|
|
|
|