Hallo nochmal Matthias,
filter: alpha(opacity = 50);
Natürlich brauchst du auch einen anderen Wert, sonst ändert sich nichts:
document.getElementById('deineElementId').style.filter = 'alpha(opacity = 100)';
Gruß Gernot
Hallo nochmal Matthias,
filter: alpha(opacity = 50);
Natürlich brauchst du auch einen anderen Wert, sonst ändert sich nichts:
document.getElementById('deineElementId').style.filter = 'alpha(opacity = 100)';
Gruß Gernot