CSS属性的分类
从firebug得到的CSS属性分类。
根据对CSS属性的恰当分类,可以进行CSS框架的应用设计,如: CSS的表象与结构的样式分离,方便多皮肤界面的应用
分类 |
属性集 |
文本:
|
font-family font-size font-weight font-style color text-transform text-decoration letter-spacing word-spacing line-height text-align vertical-align direction
|
背景
|
background-color background-image background-repeat background-position background-attachment opacity |
盒模型
|
width height
margin padding border |
布局
|
position top right bottom left display visibility z-index overflow-x overflow-y white-space clip float clear -moz-box-sizing |
其它 |
cursor list-style-image list-style-position list-style-type marker-offset |