CSS 的屬性值 和 JavaScript 設定 CSS 屬性值 的命名規則上有點差異, 簡單的說, 大多數的差異, 都是 CSS 屬性有 -
或 :
號的, 就是去掉 -
或 :
, 後面接的字轉大寫, ex:
- background-color => backgroundColor
- background-image => backgroundImage
- background-position => backgroundPosition
- background-repeat => backgroundRepeat
- text-decoration: line-through => textDecorationLineThrough
- text-decoration: none => textDecorationNone
- 要注意的例外狀況是: float => styleFloat 這個.