CSS, How To – Shorthand Properties

August 2nd, 2009

The background property combines background-color, background-image, background-repeat, background-attachment, and background-position. h1 { border: 1px solid gray; background: yellow url(tint.jpg) repeat-y 100% 0; } The list -style property combines list-style-types, list-style-postition, and list-style-image Read More...