i am looking at a page which has an image on it. i see that in the css, the image is set as a background but the image is not at the top of the page. So my basic questions is trying to understand the css below
#p_background {
background:url(/Content/images/test.gif) no-repeat center 108px;
}
in particular, what does the center and 108px represent?
It is a short form of:
See http://www.w3schools.com/css/css_background.asp and http://www.w3schools.com/cssref/pr_background-position.asp