Friday, September 12, 2008

Color & Background Styles

Style Name Example/Options
Color {color: black;}
Background Color {background-color:red;}
Background Image { background-image: url(http://www.htmlhelp.com/bg.png) }
Background Repeat {background-repeat:repeat|repeat-x|repeat-y|no-repeat;}
Background Attachment {background-attachment:scroll|fixed}
Background Position {background-position:op|center|bottom]||[left|center|right;}
Background { background: white url(candybar.gif);}

Styles apply to all HTML elements.

No comments: