1.若是想要動態加清除浮動的代碼,能夠這樣作:spa
document.getElementById("mainBody").innerHTML += "<div style=‘clear:both;‘/>";
2.JS 獲取元素DIV屬性 offsetTop offsetLeft offsetWidth offsetHeight VALUE值須要注意的地方有:1. 設置DIV元素的position 屬性, 如position: absolute;2. dispaly屬性不該該爲null, 不然獲得的值老是0;