Stub
This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.
The CSS -moz-padding-start Mozilla extension property flips the elements padding without having to specify absolute left or right (in right-to-left situations). In a left-to-right display -moz-padding-start would be treated as a left sided padding, and alternately in a Right to Left display it would become the right.
Values[]
| Value | Description |
|---|---|
inherit |
Explicitly sets the value of this property to that of the parent. |
auto |
Depends on the user agent. |
<length> |
Specifies a length for the width of the padding. Examples of lengths are px, em, etc.
|
<percentage> |
Specifies a percentage in relation to the width of the containing block. |
