Hi Schaich!
Hey
ich will mein Hintergrundbild an eine bestimmte Position relativ zur Fenstergröße schieben.
Habe dafür folgendes in einen script geschrieben:document.getElementsByTagName("body").style.backgroundPosition=(window.innerWidth-1024)/2+
"px "+document.getElementById("header").height+"px";Meine Fehlerkonsole sagt jetzt immer:
document.getElementsByTagName("body").style has no propertieswas mach ich denn falsch??
Soweit ich weiß liefert getElementsByTagName ein Array zurück. Versuch´s mal mit: document.getElementsByTagName("body")[0].style
.
MfG H☼psel
--
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)