Archive for February, 2009
CSS:Margin,Border,Padding
Chinese:http://jofeel.cn/post/border-margin-padding.html
Margin:A shorthand property for setting the margin properties in one declaration.
values: margin-top margin-right margin-bottom margin-left
border:A shorthand property for setting all of the properties for the four borders in one declaration
values: border-width border-style border-color
Padding:A shorthand property for setting all of the padding properties in one declaration. values: padding-top padding-right padding-bottom padding-left
Suming, these are part of box properties.
diagrammatic presentation:
3D box diagrammatic presentation:

