Quick CSS Question

teenmoney

Regular Member
Joined
Oct 5, 2008
Messages
387
Reaction score
171
Hey guys I have a quick CSS question. I am working on editing a WP layout and the code for the header looks like this:

Code:
#header {
	background:url(images/header-bg3.jpg) repeat-x 0 36px;
}

I was wondering if someone could tell me what "0 36px" does?

Thanks
 
also if you are doing css shorthand and are just getting in to CSS you might want to check this out:

Code:
http://www.dustindiaz.com/css-shorthand/

personally for a beginner i would probably recommend using regular (longhand) css till you get familiar with all the parameters/attributes

thanks

ukescuba
 
Back
Top