Definition The padding-right property sets the right padding (space) of an element. Note: Negative values are not allowed. Inherited: ...
Definition
The padding-right property sets the right padding (space) of an element.Note: Negative values are not allowed.
Inherited: No
JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.Scripting Syntax: object.style.paddingRight="2cm"
Example
h1 { padding-right: 10px } |
Possible Values
Value | Description |
---|---|
length | Defines a fixed right padding. Default value is 0 |
% | Defines a right padding in % of the width of the closest element. This value does not work like expected in all browser |
Goto CSS3 and CSS2 complete reference