方法:

document.getElementById("xx").style.xxx中的所有属性是什么

盒子标签和属性对照
CSS语法(不区分大小写) JavaScript语法(区分大小写)
border border
border-bottom borderBottom
border-bottom-color borderBottomColor
border-bottom-style borderBottomStyle
border-bottom-width borderBottomWidth
border-color borderColor
border-left borderLeft
border-left-color borderLeftColor
border-left-style borderLeftStyle
border-left-width borderLeftWidth
border-right borderRight
border-right-color borderRightColor
border-right-style borderRightStyle
border-right-width borderRightWidth
border-style borderStyle
border-top borderTop
border-top-color borderTopColor
border-top-style borderTopStyle
border-top-width borderTopWidth
border-width borderWidth
clear clear
float floatStyle
margin margin
margin-bottom marginBottom
margin-left marginLeft
margin-right marginRight
margin-top marginTop
padding padding
padding-bottom paddingBottom
padding-left paddingLeft
padding-right paddingRight
padding-top paddingTop
颜色和背景标签和属性对照
CSS 语法(不区分大小写) JavaScript 语法(区分大小写)
background background
background-attachment backgroundAttachment
background-color backgroundColor
background-image backgroundImage
background-position backgroundPosition
background-repeat backgroundRepeat
color color
 
样式标签和属性对照
CSS语法(不区分大小写) JavaScript 语法(区分大小写)
display display
list-style-type listStyleType
list-style-image listStyleImage
list-style-position listStylePosition
list-style listStyle
white-space whiteSpace
 
文字样式标签和属性对照
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-transform textTransform
vertical-align

verticalAlign

最新文章

  1. Java学习笔记15
  2. 通过一组RESTful API暴露CQRS系统功能
  3. javascript深入浅出(imooc)
  4. matlab 车牌分割的算法
  5. 对css中clear元素的理解
  6. [IR] Boolean retrieval
  7. 【leetcode❤python】 219. Contains Duplicate II
  8. the assignment of reading paper
  9. linux下安装NPM管理工具
  10. awk解决实际问题例子
  11. [译]PEP 342--增强型生成器:协程
  12. 史上最全 40 道 Dubbo 面试题及答案,看完碾压面试官!
  13. win10系统盘分多大合适?
  14. shibie
  15. 所有子节点、Procedure、MySQL
  16. Confluence 6 配置手动备份
  17. 快速排序算法(Quicksort)
  18. libc.so.6: cannot open shared object file: No such file or diretory
  19. 180807-Quick-Task 动态脚本支持框架之Groovy脚本加载执行
  20. 180801-Spring之定时任务基本使用篇

热门文章

  1. php dirname(__FILE__) 获取当前文件的绝对路径 (转)
  2. layoutSubviews总结
  3. Javascript中封装window.open的例子
  4. java SE 常用的排序算法
  5. css&js实现顶部banner滚动提示效果
  6. solr导入数据库数据-tinyint数据转boolean
  7. Filco minila 的蛋疼。
  8. oracle之sqlplus讲解
  9. POJ 1990 MooFest(树状数组)
  10. mybatis 小于号 转义