CSS属性 与Javascript语法对照
作者:Eve Cole
更新时间:2009-06-12 17:54:16
盒子标签和属性对照 |
---|
CSS 语法 (不区分大小写) | Javascript 语法 (区分大小写) |
border | border |
border-bottom | borderBottom |
border-bottom-color | borderBottomColor |
border-bottom-style | borderBottomStyle |
border-bottom-width | borderBottomWidth |
border | -color borderColor |
border-左 | 边框 | 左
边框-左颜色 | borderLeftColor |
边框左样式 | borderLeftStyle |
边框左宽度 | borderLeftWidth |
边框 | 右边 |
框右边框-右颜色 | borderRightColor | 边框右
样式 | borderRightStyle |
边框右宽度 | borderRightWidth |
边框样式 | borderStyle |
边框顶部 | borderTop |
边框顶部颜色 | borderTopColor |
边框顶部样式 | borderTopStyle |
边框顶部宽度 | borderTopWidth |
边框宽度 | borderWidth |
清除 | 清除 |
浮动 | floatStyle |
外边 | 距 外边 |
距 外边距 下外边 | 距 下外边距 左外边 |
距 左 | 外边 |
距 右外边距 右 | 外边 |
距 上外边距 顶部内 | 边距 内边距 | 内
边距 | 内边距 | 底部
内 | 边距 底部 |
padding-left | paddingLeft |
padding-right | paddingRight |
padding-top | paddingTop |
|
颜色和背景标签和属性对照 |
---|
CSS 语法 (不区分大小写) | Javascript 语法 (区分大小写) |
---|
背景 | 背景 背景 |
背景 | - |
附件背景附件 | 背景-颜色 | 背景颜色
背景-图像 背景 | 图像 |
背景-位置 | 背景位置 背景 |
-重复 背景 | 重复 |
颜色 | 颜色 |
|
样式标签和属性对照 |
---|
CSS 语法 (不区分大小写) | Javascript 语法 (区分大小写) |
---|
显示 | 显示 |
list-style-type | listStyleType |
list-style-image | listStyleImage |
list-style-position | listStylePosition |
list-style | listStylewhite |
- | spacewhiteSpace |
|
文字样式标签和属性对照 |
---|
CSS 语法 (不区分大小写) | Javascript 语法 (区分大小写) |
font | font |
font-family | fontFamily |
font-size | fontSize |
font-style | fontStyle |
font- variant | fontVariant |
font-weight | fontWeight |
|
文本标签和属性对照 |
---|
CSS 语法(不区分大小写) | Javascript 语法(区分大小写) |
letter-spacing | letterSpacing |
line-break | lineBreak |
line-height | lineHeight |
text-align | textAlign |
text-decoration | textDecoration |
text-indent | textIndent |
text-justify | textJustify |
text-变换 | 文本 | 变换
垂直对齐 | verticalAlign |