http://www.zachsarchive.cjb.net/
-- הפמ חוקל טפירקסה
<body >
<table width="80%" border="1" cellspacing="2"
cellpadding="2" align="center" bgcolor="#ece8cf"
bordercolor="#666666" class="bord2">
<tr>
<td align="center"> xxx </td>
<tr>
<td align="left"> </td>
<tr>
<td align="left"> </td>
</table>
<div id="watermark" style="position: absolute;">
<a href=http://www.zachsarchive.cjb.net><img src=15.jpg border="0"></a>
</div>
<script language="JavaScript1.2">
<!--
width = 184; // width in pixels
height = 49; // height in pixels
rightx = 50; // move to the right x percent
downy = 100; // move down x percent
wm_reload = 100; // milliseconds to reload the position of the watermark
if (!document.all) document.all = document;
if (!document.all.watermark.style) document.all.watermark.style = document.all.watermark;
wm = document.all.watermark.style;
wm.width = width;
wm.height = height;
navDOM = window.innerHeight; // navigator handles it a little differently
function setvalues() {
barwidth = 0; // compensate for the scrollbar on PC width
barheight = 0; // height
if (navDOM) {
if (document.height > innerHeight) barwidth = 20;
if (document.width > innerWidth) barheight = 20;
} else {
innerWidth = document.body.clientWidth;
innerHeight = document.body.clientHeight;
}
posX = ((innerWidth - width)-barwidth) * (rightx/100);
posY = ((innerHeight - height)-barheight) * (downy/100);
}
function refresh_wm() {
wm.left = posX + (navDOM?pageXOffset:document.body.scrollLeft);
wm.top = posY + (navDOM?pageYOffset:document.body.scrollTop);
}
function resize_wm() {
setvalues();
window.onresize=setvalues;
markID = setInterval ("refresh_wm()",wm_reload);
}
window.onload=resize_wm; // protection for Mac IE4.5
//-->
</script>
</body>
</html>
|