Difference between revisions of "CSS GUIDE PADDING TOP"
(→Legal Values) |
(→Notes) |
||
Line 15: | Line 15: | ||
== Notes == | == Notes == | ||
+ | Negative values are not allowed. | ||
== Specification Conformance == | == Specification Conformance == |
Revision as of 03:29, 12 December 2006
Contents
Summary
This property sets the top padding of an given element.
- Inherited: No
Syntax
TARGET_ELEMENT {padding-top: value;}
Legal Values
- length - entered in pixels (px), centimetres (cm) or inches (in)
- % - entered as a percentage.
Mozilla Recommended Values
Usage Examples
Notes
Negative values are not allowed.