Hallo,
Anscheinend ist das Filter Attribut wohl nicht so Standard(?) denn mittels window.getElementById('').style.filter funktioniert das schonmal nicht.
... vielleicht würde es so funktionieren (nicht nur im IE):
var dv=document.getElementById("mydiv1");
fade_proz(dv,50);
function fade_proz(elem,proz) {
elem.style.filter="alpha(opacity:"+proz+")";
elem.style.KHTMLOpacity=proz/100;
elem.style.MozOpacity=proz/100;
elem.style.opacity=proz/100;
}
Gruß plan_B
--
*®*´¯`·.¸¸.·
*®*´¯`·.¸¸.·