Searched refs:overflowDiv (Results 1 – 1 of 1) sorted by relevance
412 overflowDiv = document.createElement('div'); variable413 …overflowDiv.style.cssText = 'position:absolute; top:-2000px;width:200px; height:200px; overflow:hi…414 totalScrollDiv = document.body.appendChild(overflowDiv).clientWidth;415 overflowDiv.style.overflowY = 'scroll';416 scrollDiv = overflowDiv.clientWidth;417 document.body.removeChild(overflowDiv);