我正在尝试根据特定条件在页面上重新定位 div。
if (somecondition)
document.getElementById("Div1").setAttribute("style", "position: absolute; left:297px; top:882px; height: 30px; width: 181px; margin-top: 0px;");
它不会在下面的 html 中重新定位 div:
<div id="Div1" style="top:366px; left:134px; position:absolute; height: 30px; width: 175px;">
if 中的其他代码触发。
任何人都可以帮忙吗?浏览器:IE8