Hi,
document.aktuelles_foto.opacity = 0.5; //passt gar nicht ...
opacity ist eine CSS-Eigenschaft, also manipulierst du es sie jede andere CSS-Eigenschaft auch per JavaScript über das style-Objekt.
MfG ChrisB
Vielen Dank - hab´s!
document.aktuelles_foto.style.opacity = 0.5;