var element = document.getElementById('id'); element.style.opacity = "0.9"; element.style.filter = 'alpha(opacity=90)'; // IE fallback