Westciv.com Webware
  Style Master Layout Master House of Style Self-paced Courses Consulting
CSS Guide
Tutorials
CSS Cookbook
Book Reviews
Browser Compatibility
Articles
CSS Gallery
The Specification
Links
Contact
Free Courses
CSS-discuss mailing list

Brought to you by Style Master CSS editor

CSS1 and CSS2 Browser Support

On these pages you will find browser support information for all of CSS1 and CSS2. To see what browsers we used, and how we tested them go here.

More information, with detailed browser support notes, is integrated in the full version of our CSS Guide.

Basic Concepts

  • Embedding a style sheet
  • Linking to a style sheet
  • @import
  • @media
  • @font-face
  • Comments
  • HTML Comment Tags
  • Specificity
  • Inheritance

Selectors

  • HTML element selectors
  • Class selectors
  • ID selectors
  • Contextual selectors
  • Link pseudo class selectors
  • Pseudo element selectors
  • first-line
  • first-letter
  • before
  • after
  • Selector groups
  • Dynamic pseudo class selectors
  • Language pseudo class selectors
  • Child selectors
  • First child selectors
  • Adjacent selectors
  • Attribute selectors
  • Row and column selectors

Text Properties

  • color
  • font-weight
  • font-family
  • font-size
  • font-size-adjust
  • font-variant
  • font-style
  • font-stretch
  • text-decoration
  • text-transform
  • text-shadow
  • letter-spacing
  • word-spacing
  • line-height
  • vertical-align
  • text-indent
  • text-align
  • direction
  • unicode-bidi

Background, border, margin and padding

  • background-color
  • background-image
  • background-attachment
  • background-repeat
  • background-position
  • background
  • border-width, border-top-width, border-left-width, border-bottom-width, border-right-width
  • border-color
  • border-style
  • border-top, border-left, border-bottom, border-right
  • border
  • margin, margin-top, margin-left, margin-bottom, margin-right
  • padding, padding-top, padding-left, padding-bottom, padding-right

Page layout properties

  • position
  • top
  • left
  • bottom
  • right
  • width
  • min-width
  • max-width
  • height
  • z-index
  • visibility
  • overflow
  • float
  • clear
  • clip

Element type properties

  • display
  • white-space
  • list-style-type
  • list-style-image
  • list-style-position
  • list-style
  • table-layout
  • border-collapse
  • border-spacing

User interface properties

  • cursor
  • outline
  • outline-width
  • outline-color
  • outline-style

Generated content

  • content
  • strings of text
  • URLs
  • keyword defined elements
  • the attr() function
  • quotes
  • counter
  • counters
  • counter-reset
  • counter-increment

Printing

  • @page
  • page
  • size
  • marks
  • margin, margin-top, margin-left, margin-bottom, margin-right
  • page-break-before
  • page-break-after
  • page-break-inside
  • orphans
  • widows

Values

  • Length values
  • Percentage values
  • Color Values
  • URL values
Brought to you by Style Master CSS editor