Bite Size Standards - bitesTasty nuggets of web standards goodnessCSS values for colors- March 23, 2007 In this article we will explain how to specify colors for a CSS property that accepts color values. The following elements can display colors values defined via CSS: backgrounds borders links outlines text According to the CSS2.1 Specification &8211; Section 4.3.6: A <color> is either a keyword or a numerical RGB specification. The list of color keywords is: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red, silver, teal,..http://bitesizestandards.com/bites/css-values-for-colors CSS selectors: the basics- March 1, 2007 For anyone who has been using CSS for some time, CSS selectors become almost second nature. For those who are new to CSS, however, selectors are powerful tools that allow you to write cleaner, more efficient markup. This article will guide you through some of the basic concepts of CSS selectors. Element selectors Element selectors are the most basic selectors found in CSS. They allow you to style any HTML element found within your markup, e.g., <p>, <ul>, or <div>. For...http://bitesizestandards.com/bites/css-selectors-the-basics |