I am using the code below to display a background image in the header and footer. I want to display the background from the bottom of the image(so the look is the same as it on the rest of the page when this background is used in few sections), but the “bottom” parameter seems to be ignored.
Could you tell me what is wrong? Thanks.
header .x-navbar,
footer.x-colophon.top {
background: url(http://agencebcommunication.com/wp/wp-content/uploads/black-wood-bck_seul.jpg)
no-repeat,bottom,center;
}