<HTML> <HEAD> <TITLE> iframe À» ÀÌ¿ëÇÑ ¶°´Ù´Ï´Â ½ºÅ©·Ñ·¯ ¸¸µé±â </TITLE> </HEAD>
<BODY BGCOLOR="#FFFFFF">
<!--3. <BODY></BODY> ºÎºÐ¿¡ ¾Æ·¡ÀÇ ½ºÅ©¸³Æ®¸¦ º¹»çÇØ ³ÖÀ¸¼¼¿ä-->
<style>
#watermark {position:absolute;width:80px;width:120px;padding-left:0px;}
A {text-decoration:none; color:AAAAAA;} A:Active {text-decoration:none;color:AAAAAA;} A:Hover {text-decoration:underline; color:000000;}
</style>
<iframe id="waterMark" scrolling="no" frameborder=0 src="content.html"></iframe>
<script language="JavaScript1.2">
<!-- markW = 130; // °¡·ÎÅ©±â markH = 200; // ³ôÀÌ markX = 99; // ¿À¸¥ÂÊ ÆÛ¼¾Æ® markY = 95; // ¾Æ·¡ÂÊ ÆÛ¼¾Æ® markRefresh = 50; // milliseconds
if (!document.all) document.all = document; if (!document.all.waterMark.style) document.all.waterMark.style = document.all.waterMark;
wMark = document.all.waterMark.style; wMark.width = markW; wMark.height = markH; navDOM = window.innerHeight; function setVals() { barW = 0; barH = 0; if (navDOM) { if (document.height > innerHeight) barW = 20; if (document.width > innerWidth) barH = 20; } else { innerWidth = document.body.clientWidth; innerHeight = document.body.clientHeight; } posX = ((innerWidth - markW)-barW) * (markX/100); posY = ((innerHeight - markH)-barH) * (markY/100); }
function wRefresh() { wMark.left = posX + (navDOM?pageXOffset:document.body.scrollLeft); wMark.top = posY + (navDOM?pageYOffset:document.body.scrollTop); }
function markMe() { setVals(); window.onresize=setVals; markID = setInterval ("wRefresh()",markRefresh); }
window.onload=markMe;
//--> </script>
</BODY> </HTML>
|