HTML & CSS Wiki

READ MORE

HTML & CSS Wiki
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-end Mozilla extension property flips the element's padding without having to specify absolute left or right (in right-to-left situations). In a left-to-right text display -moz-padding-end is treated as a right sided padding, while in a right-to-left display it is padded on the left.

Values[]

Value Description
inherit Explicitly sets that value of this property to that of the parent.
auto Depends on the user agent.
<length> Specifies a length value for the width of the padding. Examples of lengths are px, em, etc.
<percentage> Specifies a percentage value in relation to the width of the containing block.