Copy code code as follows: // FF browser document.GetelementByid ("IMG1"). STYLE.OPACITY = "0.5"; // IE browser document.GetelementByid ("IMG1"). STYLE.Filter = 'Alpha (opacity = 50)'; W3C standard writing is the same as FF browser.