Definition The padding-left property sets the left padding (space) of an element. Note: Negative values are not allowed. Inherited: N...
Definition
The padding-left property sets the left 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.paddingLeft="2cm"
Example
h1 { padding-left: 10px } |
Possible Values
Value | Description |
---|---|
length | Defines a fixed left padding. Default value is 0 |
% | Defines a left 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