摘要: //比对层浮动 function ThanDiv() { var IO = document.getElementById('floatdiv'), Y = IO, H = 0, IE6; IE6 = window.ActiveXObject && !window.XMLHttpRequest; while (Y) { H += Y.offsetTop; Y = Y.off... 阅读全文
posted @ 2015-11-21 15:44 siwting 阅读(76) 评论(0) 推荐(0)