스크롤바움직여도 고정되는이미지
본문
<HTML>
<HEAD>
<script LANGUAGE="JavaScript">
<!--
function upfix(){
if (document.all){
up.style.left=document.body.clientWidth-180;
up.style.top=document.body.scrollTop;
}
else if (document.layers){
document.up.left=window.innerWidth-195;
document.up.top=window.pageYOffset;
}
setTimeout("upfix()",200);
}
window.onload=upfix;
//-->
</script>
</HEAD>
<BODY BACKGROUND="배경주소">
<DIV ID="up" STYLE="position:absolute;">
<img src="이미지주소" width="172" height="55">
</DIV>
</BODY>
</HTML>
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=30
<HEAD>
<script LANGUAGE="JavaScript">
<!--
function upfix(){
if (document.all){
up.style.left=document.body.clientWidth-180;
up.style.top=document.body.scrollTop;
}
else if (document.layers){
document.up.left=window.innerWidth-195;
document.up.top=window.pageYOffset;
}
setTimeout("upfix()",200);
}
window.onload=upfix;
//-->
</script>
</HEAD>
<BODY BACKGROUND="배경주소">
<DIV ID="up" STYLE="position:absolute;">
<img src="이미지주소" width="172" height="55">
</DIV>
</BODY>
</HTML>
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=30
관련링크
댓글목록
등록된 댓글이 없습니다.