// References / CSS Margin Property

Posted The: 25/04/2008 - AT: 20:24

Edited The: 15/08/2008 - AT: 20:49

The margin property, is the css short-hand way of specifying margin.

Possible Values

Example:

This example sets the margin in the following format: Top Right Bottom Left.

p {
  margin: 1em 2em 4em 3em;
}

The above is the equilivant of:

p {
  margin-top: 1em;
  margin-right: 2em;
  margin-bottom: 4em;
  margin-left: 3em;
}

Inherited? NO

Stumble It!

Author: BlueBoden

Comments: [0]

  1. HTML Tutorial
  2. CSS Tutorial
  3. XHTML Tutorial
  4. RSS Tutorial
  5. PHP Tutorial
  6. htaccess Tutorial
  7. Server Tutorial
  8. SEO Tutorial

Checked At:02:16

3 Guests

0 Users

Online doing the past 15 Minutes!

PageRanking.dk - Flere hits og højere PageRank - GRATIS tilmelding!

This page was created in 0.2208070755 seconds

Welcome Guest