css屬性與js中style物件的屬性對應表
css屬性與js中style物件的屬性對應表
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 |
我的GitHub地址:https://github.com/heizemingjun
我的部落格園地址:http://www.cnblogs.com/chenmingjun
我的螞蟻筆記部落格地址:http://blog.leanote.com/chenmingjun
Copyright ©2018 黑澤明軍
【轉載文章務必保留出處和署名,謝謝!】
相關文章
- JS - 獲取CSS屬性值 getComputedStyle()與currentStyle()、style()方法JSCSS
- 強制修改CSS的屬性styleCSS
- js物件屬性JS物件
- JavaScript style 屬性JavaScript
- CSS outline-style 屬性: CSS3 outline-CSSS3
- JavaScript物件的資料屬性與訪問器屬性JavaScript物件
- CSS 屬性篇(七):Display屬性CSS
- JS物件繼承時,對引用屬性的處理JS物件繼承
- CSS中content屬性的妙用CSS
- 深入理解物件的資料屬性與訪問器屬性物件
- js--物件內部屬性與 Object.defineProperty()JS物件Object
- Object物件的屬性Object物件
- GObject的物件屬性GoObject物件
- css的background屬性CSS
- 深入理解JavaScript類與物件:揭秘類欄位和靜態屬性的妙用,js靜態屬性和例項屬性JavaScript物件JS
- python物件屬性管理(2):property管理屬性Python物件
- CAD屬性編輯操作——物件屬性教程物件
- CSS字型屬性和文字屬性詳解CSS
- css display 屬性CSS
- CSS perspective 屬性CSS
- CSS transform 屬性CSSORM
- css3中的animation屬性CSSS3
- css屬性的可繼承性CSS繼承
- js訪問物件屬性的2個方法JS物件
- JS遍歷物件屬性的7種方式JS物件
- 舉例說明photoshop中的設定與css哪些屬性是對應的呢?CSS
- Python 類的屬性與例項屬性Python
- Python - 物件導向程式設計 - 公共屬性、保護屬性、私有屬性Python物件程式設計
- 理解 JavaScript 物件的屬性JavaScript物件
- CSS grid屬性的使用CSS
- [JAVA] 只知物件屬性,不知類屬性?就算類答應,static都不答應Java物件
- CSS 屬性篇(一):relative與absoluteCSS
- css文字屬性2CSS
- CSS外觀屬性CSS
- CSS 常用文字屬性CSS
- css常用文字屬性CSS
- js知識梳理1:理解物件的屬性特性JS物件
- css中sticky屬性是什麼CSS