Style JavaScript Tutorial

< html>

Style Example

    function useMethods() {
        var oDiv = document.getElementById("myDiv");
        alert(oDiv.style.getPropertyValue("background-color"));
    }