I want to make an overlay div cover the ENTIRE page... NOT just the viewport. my html code is as below
<div id="overlayview" style="position: absolute; z-index: 1004; top: 0px; left: 0px; height: 100%; width: 100%; display: none;"></div>
I want to make an overlay div cover the ENTIRE page... NOT just the viewport. my html code is as below
<div id="overlayview" style="position: absolute; z-index: 1004; top: 0px; left: 0px; height: 100%; width: 100%; display: none;"></div>