JavaScript编程:使用DOM操作样式表

6、使用DOM操作样式表:

操纵元素的Style样式属性:

        background-color:style.backgroundColor

        color:style.color

        font:style.font

        font-family:style.fontFamily

        font-weight:style.fontWeight

        ……

        var obj=document.getElementById("div1");

        obj.style.border="ipx solid black";

上一篇:DOM操作样式表及其兼容性


下一篇:CSS中的层叠、特殊性、继承、样式表中的@import