CSS 2.1 Properties
______________________________________________________________________
Property: background
Media Type(s): Visual
Description: Shorthand property for all individual background properties
Example:
body: { background: url(images/body-back.gif) #ccc 50% no-repeat fixed; }
Tips: Shorthand properties are often unique. In this case, you need to watch order: image, color, position, repeat, and attachment. If you aren't using all the options, just be sure to keep the integrity of the order.
______________________________________________________________________
Property: background-attachment
Description: Used to manage scrolling of backgrounds
Media Type(s): Visual
Example:
body { background-attachment: scroll; ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access