IE6下document.documentElement.clientHeight值为0的问题

在IE 6下 如果有
就用 document.documentElement
否则用 document.body

你可能感兴趣的:(javascript相关)