在ie6中很多js脚本执行就会出现问题,一般是在获取clientWidth, clientHeight,offsetWidth, offsetHeight,scrollWidth, scrollHeight,scrollTop, scrollLeft会返回不正确的值。 因为在加了doctype后,在ie6中这些document.body的属性已经重新分配给了document.documentElement。 比如:原来document.body.clientHeight,就要改成document