I'm having a bit of confusion. Hopefully someone can help.
I want to create a box that has an image on the top and has a color background.
What I'm getting from what I pasted above is just the BG color. The background-image property gets completely ignored.
Thanks in advance! ^_^
I want to create a box that has an image on the top and has a color background.
Code:
.greenHeader {
background-image: url(images/0t1.jpg);
background-repeat: no-repeat;
vertical-align:top;
background-color:#E6EED7;
}
Thanks in advance! ^_^
Comment