0
最後に読み込まれているjavascriptファイルがあります。ファイルでは、このコードが実行されます。Uncaught TypeError未定義の 'top'プロパティを設定できません
var x = document.getElementById("bildfram1").offsetHeight;
document.getElementsByTagName("header").style.top = "calc(x/2)";
しかし、私は、コンソールにこのエラーが表示されます。
Uncaught TypeError: Cannot set property 'top' of undefined
この問題を解決する方法上の任意のヘルプ! ありがとうございます!
[Javascript | Uncaught TypeError:未定義のプロパティ 'color'を設定できません](http://stackoverflow.com/questions/30232423/javascript-uncaught-typeerror-cannot-set-property-color-of-undefined) –
可能な複製querySelectorAll、getElementsByClassNameおよび他のgetElementsBy \ *メソッドから返されますか?](http://stackoverflow.com/questions/10693845/what-do-queryselectorall-getelementsbyclassname-and-other-getelementsby-method) – Xufox