Difference between revisions of "CSS GUIDE PADDING TOP"

From CDOT Wiki
Jump to: navigation, search
(Syntax)
(Syntax)
Line 4: Line 4:
 
* Inherited: No
 
* Inherited: No
 
== Syntax ==
 
== Syntax ==
TARGET_ELEMENT {padding-top: value;}
+
<pre>TARGET_ELEMENT {padding-top: value;}</pre>
  
 
== Legal Values ==
 
== Legal Values ==

Revision as of 04:27, 12 December 2006

Summary

This property sets the top padding of an given element.

  • Inherited: No

Syntax

TARGET_ELEMENT {padding-top: value;}

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also