<!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_hide_content_by_image_and_save_copy
{
background: transprant url(abc.png);
background-color: #333333;
margin: 0px;
visibility: visible;
display: block;
position: absolute;
z-index: 100000;
-moz-opacity: .01;
filter:alpha( opacity = 1 );
opacity: .01;
}
</style>
<script language="javascript" type="text/javascript">
function rz_hide_content_by_image_and_save_copy( 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.className = "rz_hide_content_by_image";
hideById.style.width = hideItId.offsetWidth + "px";
hideById.style.height = hideItId.offsetHeight + 0 + "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_hide_content_by_image_and_save_copy( 'rz_all_content_img_hider', 'rz_cotainer' );">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>Rz Rasel</td>
</tr>
<tr>
<td><p>Rz Rasel</p>
<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#0099CC">
<tr>
<td id="rz_cotainer">
<div id="rz_all_content_img_hider" class="rz_hide_content_by_image_and_save_copy"></div>
<div id="rz_cotainer1"><p>Rz Rasel</p><p>Rz Rasel</p><p>Rz Rasel</p></div>
<p>Rz Rasel</p><p>Rz Rasel</p><p>Rz Rasel</p>
.photos ul.thumbs li img<br />
{<br />
position: absolute;<br />
top: -180px;<br />
left: -145px;<br />
}
<br />
</td>
</tr>
</table><p>Rz Rasel</p></td>
</tr>
</table>
</body>
</html>
Post a Comment