Lines Matching refs:body
59 if (!container) var container = document.body;
209 …els.wrapper.style.height = (Math.max(document.documentElement.clientHeight, document.body.clientHe…
222 …els.wrapper.style.width = (Math.max(document.documentElement.clientWidth, document.body.clientWidt…
263 …els.overlay.style.height = Math.max(document.body.clientHeight, document.documentElement.clientHei…
302 scrollX: document.body.scrollLeft || window.pageXOffset || (docElem && docElem.scrollLeft),
303 scrollY: document.body.scrollTop || window.pageYOffset || (docElem && docElem.scrollTop)
312 …|| (document.documentElement && document.documentElement.clientWidth) || document.body.clientWidth,
313 …| (document.documentElement && document.documentElement.clientHeight) || document.body.clientHeight
588 if (container === undefined) var container = document.body;
604 if (container === undefined) var container = document.body;
684 create(document.body);
685 _pub.checkTags(document.body, 'a');