margin | margin-top | margin-right | margin-bottom | margin-left |
|
Allowed Values |
Value Type |
Browser Support |
Description |
auto | calculated | IE3 | N4B3 | This value specifies that the browser default margin values be used for the 'margin-top', 'margin-right', 'margin-bottom', and 'margin-left' properties. |
[length] | calculated | IE3 | N4B3 | Refers to either an absolute measurement or a relative measurement based on the current element's font size. |
[percentage] | calculated | IE3 | N4B3 | Refers to a percentage of the current element's width. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
auto | calculated | IE3B1 | N4B2 | This value specifies that the browser default margin value be used for the 'margin-top' property. |
[length] | calculated | IE3B1 | N4B2 | Refers to either an absolute measurement or a relative measurement based on the current element's font size. |
[percentage] | calculated | IE3B1 | N4B3 | Refers to a percentage of the current element's width. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
auto | calculated | IE3B1 | N4B2 | This value specifies that the browser default margin value be used for the 'margin-right' property. |
[length] | calculated | IE3B1 | N4B2 | Refers to either an absolute measurement or a relative measurement based on the current element's font size. |
[percentage] | calculated | IE3B1 | N4B3 | Refers to a percentage of the current element's width. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
auto | calculated | IE4B1 | N4B2 | This value specifies that the browser default margin value be used for the 'margin-bottom' property. |
[length] | calculated | IE4B1 | N4B2 | Refers to either an absolute measurement or a relative measurement based on the current element's font size. |
[percentage] | calculated | IE4B1 | N4B3 | Refers to a percentage of the current element's width. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
auto | calculated | IE3B1 | N4B2 | This value specifies that the browser default margin value be used for the 'margin-left' property. |
[length] | calculated | IE3B1 | N4B2 | Refers to either an absolute measurement or a relative measurement based on the current element's font size. |
[percentage] | calculated | IE3B1 | N4B3 | Refers to a percentage of the current element's width. |