CSS Primer

From Dreamwidth Notes
Revision as of 21:29, 23 April 2011 by Foxfirefey (Talk | contribs)

Jump to: navigation, search

You might also want to look at the HTML Primer. This is not a complete list of CSS rules and effects.

CSS Basics

Selectors

Classes and IDs

Chaining together

Direct descendants

Backgrounds

   * background-color
   * background-image
   * background-repeat
   * background-attachment
   * background-position
   * background (all in one shortcut)

Borders

   * border-width
   * border-style
   * border-color
   * border (all in one shorthand)

Lists

   * list-style-type
   * list-style-position
   * list-style-image

References

Positioning

Absolute, Relative, Fixed

Floats

References

Block versus inline display

References

  • CSS3 Litmus -- which browsers support what CSS3 attributes (note: does not include FF4)