css教程:CSS填充padding属性的应用_CSS教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!
The CSS padding properties define the space between the element border and the element content.
CSS填充属性定元素边框到内部内容间的距离


设置左填充 Set the left padding
This example demonstrates how to set the left padding of a tablecell.
Examples 实例:
代码调试框 [www.mb5u.com]

[ 可先修改部分代码 再运行查看效果 ]


设置右填充 Set the right padding
This example demonstrates how to set the right padding of a tablecell.
Examples 实例:
代码调试框 [www.mb5u.com]

[ 可先修改部分代码 再运行查看效果 ]


设置上填充 Set the top padding
This example demonstrates how to set the top padding of a tablecell.
Examples 实例:
代码调试框 [www.mb5u.com]

[ 可先修改部分代码 再运行查看效果 ]


设置底部填充 Set the bottom padding
This example demonstrates how to set the bottom padding of a tablecell.
Examples 实例:
代码调试框 [www.mb5u.com]

[ 可先修改部分代码 再运行查看效果 ]


快速设置所有填充属性 All the padding properties in one declaration
This example demonstrates a shorthand property for setting all of the padding properties in one declaration, can have from one to four values.
Examples 实例:
代码调试框 [www.mb5u.com]

[ 可先修改部分代码 再运行查看效果 ]


The CSS padding properties define the space between the element border and the element content. Negative values are not allowed. The top, right, bottom, and left padding can be changed independently using separate properties. A shorthand padding property is also created to control multiple sides at once.
可用padding属性快速设置各方向填充的属性

来源:无忧整理//所属分类:CSS教程/更新时间:2006-11-11
相关CSS教程