CSS属性与JavaScript 编码方法对照表
作者:admin
来源:未知
日期:2012-01-26
点击:0
颜色和背景标签和属性对照
Example Source Code [www.]CSS语法 (不区分大小写) JavaScript语法 (区分大小写) background background
background-attachment backgroundAttachment
background-color backgroundColor
background-image backgroundImage
background-position backgroundPosition
background-repeat backgroundRepeat
color color
样式标签和属性对照
Example Source Code [www.]CSS语法 (不区分大小写) JavaScript语法 (区分大小写) display display
list-style-type listStyleType
list-style-image listStyleImage
list-style-position listStylePosition
list-style listStyle
white-space whiteSpace
文字样式标签和属性对照
Example Source Code [www.]CSS语法 (不区分大小写) JavaScript语法 (区分大小写) font font
font-family fontFamily
font-size fontSize
font-style fontStyle
font-variant fontVariant
font-weight fontWeight
文本标签和属性对照
Example Source Code [www.]CSS语法 (不区分大小写) JavaScript语法 (区分大小写) letter-spacing letterSpacing
line-break lineBreak
line-height lineHeight
text-align textAlign
text-decoration textDecoration
text-indent textIndent
text-justify textJustify
text-transform textTransform
vertical-align verticalAlign
相关文章
- · CSS属性与JavaScript 编码方法对照表
- · CSS教程:使用恰当的XHTML元素及避免过多的使用div与s
- · CSS教程 9、CSS的Grouping and Nesting分组和嵌套
- · CSS基础知识:padding与line-height的区别
- · CSS Sprite减少图片 限制图片 加速显示
- · 关于CSS样式冲突排序的一个小试验
- · 应用CSS的page-break-after属性 实现WEB页面强制分页
- · 必须掌握的关于IE6、IE7和FF最简单的CSS hack技巧
- · font-size的控制 em与px的终极PK!
- · CSS基础:说说CSS的组合和嵌套