<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_background.asp">background</a></td>
    <td valign="top">A shorthand property for setting all background properties      in one declaration</td>
    <td valign="top">background-color,
      background-image,
      background-repeat background-attachment background-position</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_background-attachment.asp">background-attachment</a></td>
    <td valign="top">Sets whether a background image is fixed or scrolls with
      the rest of the page</td>
    <td valign="top">scroll,
      fixed</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_background-color.asp">background-color</a></td>
    <td valign="top">Sets the background color of an element</td>
    <td valign="top">color-rgb,
      color-hex,
      color-name,
      transparent</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_background-image.asp">background-image</a></td>
    <td valign="top">Sets an image as the background</td>
    <td valign="top">url,
      none</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_background-position.asp">background-position</a></td>
    <td valign="top">Sets the starting position of a background image</td>
    <td valign="top">top left,
      top center,
      top right,
      center left,
      center center,
      center right,
      bottom left,
      bottom center,
      bottom right,
      x-% y-%,
      x-pos y-pos</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_background-repeat.asp">background-repeat</a></td>
    <td valign="top">Sets if/how a background image will be repeated</td>
    <td valign="top">repeat,
      repeat-x,
      repeat-y,
      no-repeat</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
</table>

<h2><a name="border">Border</a></h2>
<p><a href="css_border.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border.asp">border
      </a>
    </td>
    <td valign="top">
      A shorthand property for setting all of the properties for the four borders in one declaration</td>
    <td valign="top">border-width,
      border-style,
      border-color</td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-bottom.asp">border-bottom
      </a></td>
    <td valign="top">A shorthand property for setting all of the properties for the bottom
      border in one declaration</td>
    <td valign="top">border-bottom-width,
      border-style,
      border-color</td>
    <td valign="top">
      6.0</td>
    <td valign="top">
      4.0</td>
    <td valign="top">
 CSS1</td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-bottom_color.asp">
      border-bottom-color</a>
    </td>
    <td valign="top">Sets the color of the bottom border</td>
    <td valign="top">border-color</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-bottom_style.asp">
      border-bottom-style</a>
    </td>
    <td valign="top">Sets the style of the bottom border</td>
    <td valign="top">
      border-style</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-bottom_width.asp">border-bottom-width
      </a>
    </td>
    <td valign="top">Sets the width of the bottom border</td>
    <td valign="top">thin,
      medium,
      thick,
      length</td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-color.asp">border-color
      </a></td>
    <td valign="top">Sets the color of the four borders, can have from one to
      four colors</td>
    <td valign="top">color</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-left.asp">border-left
      </a></td>
    <td valign="top">A shorthand property for setting all of the properties for the left
      border in one declaration</td>
    <td valign="top">border-left-width,
      border-style,
      border-color</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-left_color.asp">
      border-left-color</a>
    </td>
    <td valign="top">Sets the color of the left border&nbsp;</td>
    <td valign="top">border-color</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-left_style.asp">
      border-left-style</a>
    </td>
    <td valign="top">Sets the style of the left border</td>
    <td valign="top">
      border-style</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-left_width.asp">border-left-width
      </a>
    </td>
    <td valign="top">Sets the width of the left border</td>
    <td valign="top">thin,
      medium,
      thick,
      length</td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-right.asp">border-right
      </a></td>
    <td valign="top">A shorthand property for setting all of the properties for the right
      border in one declaration</td>
    <td valign="top">border-right-width,
      border-style,
      border-color</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-right_color.asp">
      border-right-color</a>
    </td>
    <td valign="top">Sets the color of the right border</td>
    <td valign="top">border-color</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-right_style.asp">
      border-right-style</a>
    </td>
    <td valign="top">Sets the style of the right border</td>
    <td valign="top">border-style</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_border-right_width.asp">border-right-width
      </a>
    </td>
    <td valign="top">Sets the width of the right border</td>
    <td valign="top">thin,
      medium,
      thick,
      length</td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-style.asp">border-style
      </a></td>
    <td valign="top">Sets the style of the four borders, can have from one to
      four styles</td>
    <td valign="top">none,
      hidden,
      dotted,
      dashed,
      solid,
      double,
      groove,
      ridge,
      inset,
      outset</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-top.asp">border-top
      </a>
    </td>
    <td valign="top">
      A shorthand property for setting all of the properties for the top border in one declaration</td>
    <td valign="top">border-top-width,
      border-style,
      border-color</td>
    <td valign="top">
      6.0
    </td>
    <td valign="top">
      4.0
    </td>
    <td valign="top">
 CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-top_color.asp">border-top-color</a>
    </td>
    <td valign="top">
      Sets the color of the top border&nbsp;</td>
    <td valign="top">border-color</td>
    <td valign="top">6.0
    </td>
    <td valign="top">4.0
    </td>
    <td valign="top"> CSS2
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-top_style.asp">border-top-style</a>
    </td>
    <td valign="top">
      Sets the style of the top border</td>
    <td valign="top">border-style</td>
    <td valign="top">6.0
    </td>
    <td valign="top">4.0
    </td>
    <td valign="top"> CSS2
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-top_width.asp">border-top-width</a>
    </td>
    <td valign="top">
      Sets the width of the top border</td>
    <td valign="top">thin,
      medium,
      thick,
      length</td>
    <td valign="top">4.0
    </td>
    <td valign="top">4.0
    </td>
    <td valign="top"> CSS1
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_border-width.asp">border-width
      </a>
    </td>
    <td valign="top">
      A shorthand property for setting the width of the
      four borders in one declaration, can have from one to
      four values</td>
    <td valign="top">thin,
      medium,
      thick,
      length</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top"> CSS1</td>
  </tr>
</table>

<h2><a name="classification">Classification</a></h2>
<p><a href="css_classification.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_class_clear.asp">clear</a></td>
    <td valign="top">Sets the sides of an element where other floating elements
      are not allowed</td>
    <td valign="top">left,
      right,
      both,
      none</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_class_cursor.asp">cursor</a></td>
    <td valign="top">Specifies the type of cursor to be displayed</td>
    <td valign="top"><span class="value-inst-uri noxref">url,
      </span>auto,
      crosshair,
      default,
      pointer,
      move,
      e-resize,
      ne-resize,
      nw-resize,
      n-resize,
      se-resize,
      sw-resize,
      s-resize,
      w-resize,
      text,
      wait,
      help</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_class_display.asp">display</a></td>
    <td valign="top">
      Sets how/if an element is displayed</td>
    <td valign="top">none,
      inline,
      block,
      list-item,
      run-in,
      compact,
      marker,
      table,
      inline-table,
      table-row-group,
      table-header-group,
      table-footer-group,
      table-row,
      table-column-group,
      table-column,
      table-cell,
      table-caption</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_class_float.asp">float</a></td>
    <td valign="top">Sets where an image or a text will appear in another
      element</td>
    <td valign="top">left,
      right,
      none</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_class_position.asp">position</a></td>
    <td valign="top">Places an element in a static, relative, absolute or fixed
      position</td>
    <td valign="top">static,
      relative,
      absolute,
      fixed</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_class_visibility.asp">visibility</a></td>
    <td valign="top">Sets if an element should be visible or invisible</td>
    <td valign="top">visible,
      hidden,
      collapse</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
</table>

<h2><a name="dimension">Dimension</a></h2>
<p><a href="css_dimension.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_dim_height.asp">height</a></td>
    <td valign="top">Sets the height of an element</td>
    <td valign="top">auto,
      length,
      %</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_dim_line-height.asp">line-height</a></td>
    <td valign="top">Sets the distance between lines</td>
    <td valign="top">normal,
      number,
      length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_dim_max-height.asp">max-height</a></td>
    <td valign="top">Sets the maximum height of an element</td>
    <td valign="top">none,
      
      length,
      %</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_dim_max-width.asp">max-width</a></td>
    <td valign="top">Sets the maximum width of an element</td>
    <td valign="top">none,
      
      length,
      %</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_dim_min-height.asp">min-height</a></td>
    <td valign="top">Sets the minimum height of an element</td>
    <td valign="top">
      
      length,
      %</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_dim_min-width.asp">min-width</a></td>
    <td valign="top">Sets the minimum width of an element</td>
    <td valign="top">length,
      %</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_dim_width.asp">width</a></td>
    <td valign="top">Sets the width of an element</td>
    <td valign="top">auto,
      %,
      length&nbsp;&nbsp;</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
</table>

<h2><a name="font">Font</a></h2>
<p><a href="css_font.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_font.asp">font</a>,
    </td>
    <td valign="top">A shorthand property for setting all of the properties for
      a font in one declaration</td>
    <td valign="top">font-style,
      font-variant,
      font-weight,
      font-size/line-height,
      font-family,
      caption,
      icon,
      menu,
      message-box,
      small-caption,
      status-bar</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_font-family.asp">font-family</a>,
    </td>
    <td valign="top">A prioritized list of font family names and/or generic
      family names for an element</td>
    <td valign="top">family-name,
      generic-family</td>
    <td valign="top">4.0</td>
    <td valign="top">3.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_font-size.asp">font-size</a>,
    </td>
    <td valign="top">Sets the size of a font</td>
    <td valign="top">xx-small,
      x-small,
      small,
      medium,
      large,
      x-large,
      xx-large,
      smaller,
      larger,
      length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">3.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_font-size-adjust.asp">font-size-adjust</a>
    </td>
    <td valign="top">Specifies an aspect value for an element that will preserve
      the x-height of the first-choice font</td>
    <td valign="top">none,
      number</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_font-stretch.asp">font-stretch</a>
    </td>
    <td valign="top">Condenses or expands the current font-family</td>
    <td valign="top">normal,
      wider,
      narrower,
      ultra-condensed,
      extra-condensed,
      condensed,
      semi-condensed,
      semi-expanded,
      expanded,
      extra-expanded,
      ultra-expanded</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_font-style.asp">font-style</a>,
    </td>
    <td valign="top">Sets the style of the font</td>
    <td valign="top">normal,
      italic,
      oblique</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_font-variant.asp">font-variant</a>,
    </td>
    <td valign="top">Displays text in a small-caps font or a normal font</td>
    <td valign="top">normal,
      small-caps</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_font_weight.asp">font-weight</a>,
    </td>
    <td valign="top">Sets the weight of a font</td>
    <td valign="top">normal,
      bold,
      bolder,
      lighter,
      100,
      200,
      300,
      400,
      500,
      600,
      700,
      800,
      900</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
</table>

<h2><a name="generatedcontent">Generated Content</a></h2>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_gen_content.asp">content</a>
    </td>
    <td valign="top">Generates content in a document. Used with the :before and :after
      pseudo-elements</td>
    <td valign="top">string,
      url,
      counter(name),
      counter(name, list-style-type),
      counters(name, string),
      counters(name, string, list-style-type),
      attr(X),
      open-quote,
      close-quote,
      no-open-quote,
      no-close-quote</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_gen_counter-increment.asp">counter-increment</a>
    </td>
    <td valign="top">Sets how much the counter increments on each occurrence of a
      selector&nbsp;</td>
    <td valign="top">none,
      identifier number</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_gen_counter-reset.asp">counter-reset</a>
    </td>
    <td valign="top">Sets the value the counter is set to on each occurrence of
      a selector</td>
    <td valign="top">none,
      identifier number</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_gen_quotes.asp">quotes</a>
    </td>
    <td valign="top">Sets the type of quotation marks</td>
    <td valign="top">none,
      string string</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
</table>

<h2><a name="list">List and Marker</a></h2>
<p><a href="css_list.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_list-style.asp">list-style</a></td>
    <td valign="top">A shorthand property for setting all of the properties for
      a list in one declaration</td>
    <td valign="top">list-style-type,
      list-style-position,
      list-style-image</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_list-style-image.asp">list-style-image</a></td>
    <td valign="top">Sets an image as the list-item marker</td>
    <td valign="top">none,
      url</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_list-style-position.asp">list-style-position</a></td>
    <td valign="top">Sets where the list-item marker is placed in the list</td>
    <td valign="top">inside,
      outside</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_list-style-type.asp">list-style-type</a></td>
    <td valign="top">Sets the type of the list-item marker</td>
    <td valign="top">none,
      disc,
      circle,
      square,
      decimal,
      decimal-leading-zero,
      lower-roman,
      upper-roman,
      lower-alpha,
      upper-alpha,
      lower-greek,
      lower-latin,
      upper-latin,
      hebrew,
      armenian,
      georgian,
      cjk-ideographic,
      hiragana,
      katakana,
      hiragana-iroha,
      katakana-iroha&nbsp;</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">marker-offset</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">auto,
      length</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
</table>

<h2><a name="margin">Margin</a></h2>
<p><a href="css_margin.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_margin.asp">margin</a>
    </td>
    <td valign="top">A shorthand property for setting the margin properties in
      one declaration</td>
    <td valign="top">margin-top,
      margin-right,
      margin-bottom,
      margin-left</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">
      <p><a href="pr_margin-bottom.asp">margin-bottom</a>
      </p>
    </td>
    <td valign="top">Sets the bottom margin of an element</td>
    <td valign="top">auto,
      length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">
      <p><a href="pr_margin-left.asp">margin-left</a>
      </p>
    </td>
    <td valign="top">Sets the left margin of an element</td>
    <td valign="top">auto,
      length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">3.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">
      <p><a href="pr_margin-right.asp">margin-right</a>
      </p>
    </td>
    <td valign="top">Sets the right margin of an element</td>
    <td valign="top">auto,
      length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">3.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_margin-top.asp">margin-top</a>
    </td>
    <td valign="top">Sets the top margin of an element</td>
    <td valign="top">auto,
      length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">3.0</td>
    <td valign="top">CSS1</td>
  </tr>
</table>

<h2><a name="outlines">Outlines</a></h2>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_outline.asp">outline</a>
    </td>
    <td valign="top">A shorthand property for setting all the outline properties in
      one declaration</td>
    <td valign="top">outline-color,
      outline-style,
      outline-width</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_outline-color.asp">
      outline-color</a>
    </td>
    <td valign="top">Sets the color of the outline around an element</td>
    <td valign="top">color,
      invert</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_outline-style.asp">
      outline-style</a>
    </td>
    <td valign="top">Sets the style of the outline around an element</td>
    <td valign="top">none,
      dotted,
      dashed,
      solid,
      double,
      groove,
      ridge,
      inset,
      outset</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top">
      <a href="pr_outline-width.asp">
      outline-width</a>
    </td>
    <td valign="top">Sets the width of the outline around an element</td>
    <td valign="top">thin,
      medium,
      thick,
      length</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
</table>

<h2><a name="padding">Padding</a></h2>
<p><a href="css_padding.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_padding.asp">padding</a></td>
    <td valign="top">A shorthand property for setting all of&nbsp; the padding properties in
      one declaration</td>
    <td valign="top">padding-top,
      padding-right,
      padding-bottom,
      padding-left</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">
      <p><a href="pr_padding-bottom.asp">padding-bottom</a></p>
    </td>
    <td valign="top">Sets the bottom padding of an element</td>
    <td valign="top">length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">
      <p><a href="pr_padding-left.asp">padding-left</a></p>
    </td>
    <td valign="top">Sets the left padding of an element</td>
    <td valign="top">length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">
      <p><a href="pr_padding-right.asp">padding-right</a></p>
    </td>
    <td valign="top">Sets the right padding of an element</td>
    <td valign="top">length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_padding-top.asp">padding-top</a></td>
    <td valign="top">Sets the top padding of an element</td>
    <td valign="top">length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
</table>

<h2><a name="positioning">Positioning</a></h2>
<p><a href="css_positioning.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_bottom.asp">bottom</a></td>
    <td valign="top">Sets how far the bottom edge of an element is above/below the
      bottom edge of the parent element</td>
    <td valign="top">auto,
      %,
      length</td>
    <td valign="top">6.0</td>
    <td valign="top">5.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_clip.asp">clip</a></td>
    <td valign="top">Sets the shape of an element. The element is clipped into
      this shape, and displayed</td>
    <td valign="top">shape,
      auto</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_left.asp">left</a></td>
    <td valign="top">Sets how far the left edge of an element is to the right/left of
      the left edge of the parent element</td>
    <td valign="top">auto,
      %,
      length</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_overflow.asp">overflow</a>,
    </td>
    <td valign="top">Sets what happens if the content of an element overflow its
      area</td>
    <td valign="top">visible,
      hidden,
      scroll,
      auto</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_right.asp">right</a></td>
    <td valign="top">Sets how far the right edge of an element is to the left/right of
      the right edge of the parent element</td>
    <td valign="top">auto,
      %,
      length</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">5.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_top.asp">top</a></td>
    <td valign="top">Sets how far the top edge of an element is above/below the
      top edge of the parent element</td>
    <td valign="top">auto,
      %,
      length</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_vertical-align.asp">vertical-align</a></td>
    <td valign="top">Sets the vertical alignment of an element</td>
    <td valign="top">baseline,
      sub,
      super,
      top,
      text-top,
      middle,
      bottom,
      text-bottom,
      length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_pos_z-index.asp">z-index</a></td>
    <td valign="top">Sets the stack order of an element</td>
    <td valign="top">auto,
      number</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS2</td>
  </tr>
</table>

<h2><a name="table">Table</a></h2>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_tab_border-collapse.asp">border-collapse</a></td>
    <td valign="top">Sets the border model of a table</td>
    <td valign="top">collapse,
      separate</td>
    <td valign="top">
      &nbsp;
    </td>
    <td valign="top">
      5.0
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">border-spacing</td>
    <td valign="top">Sets the distance between the borders of adjacent cells
      (only for the &quot;separated borders&quot; model)</td>
    <td valign="top">length length</td>
    <td valign="top">
      &nbsp;
    </td>
    <td valign="top">
      &nbsp;
    </td>
    <td valign="top">
 CSS2
    </td>
  </tr>
  <tr>
    <td valign="top">caption-side
    </td>
    <td valign="top">
      Sets the position of the caption according to the table</td>
    <td valign="top">top,
      bottom,
      left,
      right</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top"> CSS2</td>
  </tr>
  <tr>
    <td valign="top">empty-cells
    </td>
    <td valign="top">
      Sets whether cells with no visible content should have borders or not (only
      for the "separated borders" model)&nbsp;</td>
    <td valign="top">show,
      hide</td>
    <td valign="top">6.2</td>
    <td valign="top">&nbsp;</td>
    <td valign="top"> CSS2</td>
  </tr>
  <tr>
    <td valign="top">table-layout
    </td>
    <td valign="top">
      Sets the algorithm used to lay out the table</td>
    <td valign="top">auto,
      fixed</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">5.0</td>
    <td valign="top"> CSS2</td>
  </tr>
</table>

<h2><a name="text">Text</a></h2>
<p><a href="css_text.asp">On-line examples</a></p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
  <tr>
    <th width="25%" align="left">Property</th>
    <th width="30%" align="left">Description</th>
    <th width="25%" align="left">Possible Values</th>
    <th width="6%" align="left">NN</th>
    <th width="6%" align="left">IE</th>
    <th width="8%" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_color.asp">color</a></td>
    <td valign="top">Sets the color of a text</td>
    <td valign="top">color</td>
    <td valign="top">4.0</td>
    <td valign="top">3.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_direction.asp">direction</a></td>
    <td valign="top">Sets the text direction</td>
    <td valign="top">ltr,
      rtl</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_letter-spacing.asp">letter-spacing</a></td>
    <td valign="top">Increase or decrease the space between characters</td>
    <td valign="top">normal,
      length</td>
    <td valign="top">6.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_text-align.asp">text-align</a></td>
    <td valign="top">Aligns the text in an element</td>
    <td valign="top">left,
      right,
      center,
      justify</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_text-decoration.asp">text-decoration</a></td>
    <td valign="top">Adds decoration to text</td>
    <td valign="top">none,
      underline,
      overline,
      line-through,
      blink</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_text-indent.asp">text-indent</a></td>
    <td valign="top">Indents the first line of text in an element</td>
    <td valign="top">length,
      %</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">text-shadow</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">none,
      color,
      length</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_text-transform.asp">text-transform</a></td>
    <td valign="top">Controls the letters in an element</td>
    <td valign="top">none,
      capitalize,
      uppercase,
      lowercase</td>
    <td valign="top">4.0</td>
    <td valign="top">4.0</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top">unicode-bidi</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">normal,
      embed,
      bidi-override</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">5.0</td>
    <td valign="top">CSS2</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_white-space.asp">white-space</a></td>
    <td valign="top">Sets how white space inside an element is handled</td>
    <td valign="top">normal,
      pre,
      nowrap</td>
    <td valign="top">4.0</td>
    <td valign="top">5.5</td>
    <td valign="top">CSS1</td>
  </tr>
  <tr>
    <td valign="top"><a href="pr_text_word-spacing.asp">word-spacing</a></td>
    <td valign="top">Increase or decrease the space between words</td>
    <td valign="top">normal,
      length</td>
    <td valign="top">6.0</td>
    <td valign="top">6.0</td>
    <td valign="top">CSS1</td>
  </tr>
</table>
