JavaScript in the Browser
style
property, then
its properties are CSS2 properties: var imgs = document.getElementsByTagName("img"); var img = imgs[0]; img.style.visibility = "hidden";
e.style.left = "300px";
getComputedStyle
in Firefox and CSS2currentStyle
in IE. 39 of 66