日新網培訓Javascript之二.Js中CSS2Properties

來源:互聯網
上載者:User

所有通過JS訪問CSS2Properties對象遵從以下文法:

document.getElementById("id").style.property="值";

一些property和CSS中的不一樣,總的遵循以下兩點法則:

(1)在CSS中有的一個單詞表示的屬性名稱,不變。如果名稱中包含橫線“-”,則將“-”去除,後面的詞大寫。整體命名原則為匈牙利命名法。如:background-color:red; 在JS中要這樣寫:dom.style.backgroundColor="red";

(2)對於float,與JS中的類型flaot相同,所以改為cssFloat,其他不變。

以下為分類:

具體的細節方面,參照W3School中的列表,地址為:http://www.w3school.com.cn/htmldom/dom_obj_style.asp

參照上面地址,我做了一個簡單的JS測試載入器,地址為:http://js.ecjtu.net/ ,當自己拿不準的時候,可以用這個測試。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.