Please visit our sponsors !
CSS Margin Properties
CSS Margin properties define the space around elements.
Examples
Set the left margin of a text
This example demonstrates how to set the left margin of a text.
Set the right margin of a text
This example demonstrates how to set the right margin of a text.
Set the top margin of a text
This example demonstrates how to set the top margin of a text.
Set the bottom margin of a text
This example demonstrates how to set the bottom margin of a text.
All the margin properties in one declaration
This example demonstrates how to set a shorthand property for setting all of the margin properties
in one declaration.
CSS Margins
The Margin properties define the space around elements. It is possible to use negative values to
overlap content. The top, right, bottom, and left margin can be changed
independently using separate properties. A shorthand margin property can also be
used to change all of the margins at once.
Margin Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard
Property |
Description |
Values |
NN |
IE |
W3C |
margin |
A shorthand property for setting the margin properties in one declaration |
margin-top
margin-right
margin-bottom
margin-left |
4.0 |
4.0 |
CSS1 |
margin-bottom
|
Sets the bottom margin of an element |
auto
length
% |
4.0 |
4.0 |
CSS1 |
margin-left
|
Sets the left margin of an element |
auto
length
% |
4.0 |
3.0 |
CSS1 |
margin-right
|
Sets the right margin of an element |
auto
length
% |
4.0 |
3.0 |
CSS1 |
margin-top
|
Sets the top margin of an element |
auto
length
% |
4.0 |
3.0 |
CSS1 |
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|