<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
.rz_body_hide_content_by_image
{
background: transprant url(abc.png);
background-color: #333333;
top: 0px;
left: 0px;
position: absolute;
width: 100%;
z-index: 100000;
-moz-opacity: .1;
filter:alpha( opacity = 10 );
opacity: .1;
}
</style>
<script language="javascript" type="text/javascript">
function rz_body_hide_content_by_image( arg_HideImgId, arg_HiedContentId )
{
var hideById = document.getElementById( arg_HideImgId );
var hideItId = document.getElementById( arg_HiedContentId );
//hideById.style.width = screen.availWidth;
//hideById.style.height = screen.availHeight;
//hideById.style.width = screen.availWidth;
//hideById.style.height = 444 + "px";
//hideById.style.width = hideItId.offsetWidth + 10 + "px";
hideById.style.height = hideItId.offsetHeight + 25 + "px";
alert( window.innerWidth + " " + window.pageXOffset + " " + document.documentElement.clientWidth + " " + self.innerWidth + " " + document.body.clientWidth );
alert( window.innerHeight + " " + window.pageYOffset + " " + document.documentElement.clientHeight + " " + self.innerHeight + " " + document.body.clientHeight );
}
</script>
</head>
<body onload="rz_body_hide_content_by_image( 'rz_all_content_img_hider', 'rz_cotainer' );">
<div id="rz_all_content_img_hider" class="rz_body_hide_content_by_image"><!--Rz Rasel --></div>
<table id="rz_cotainer" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>Rz Rasel</td>
</tr>
<tr>
<td>
Rz Rasel<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
<p>Rz Rasel</p>
</td>
</tr>
</table>
</body>
</html>
Post a Comment