http://oxtag.com/html/ex/ex/ex112/ex1234.html
<script language="JavaScript" SRC="./moveobj.js"> </script>
<script>
<!--
var chip1;
var chip2;
var chip3;
//add or delete more variables, depending on how many images you're using
function pagestart()
{checkbrOK();
chip1=new Chip("chip1",60,80);
chip2=new Chip("chip2",60,80);
chip3=new Chip("chip3",60,80);
//add or delete more of the above, depending on how many images you're using
if(brOK)
{ movechip("chip1");
movechip("chip2");
movechip("chip3");
//add or delete more of the above, depending on how many images you're using
}
}
//-->
</script>
<DIV ID="chip1" STYLE="position:absolute; width:47; height:68;">
<IMG SRC="animal1.gif" BORDER=0>
</DIV>
<DIV ID="chip2" STYLE="position:absolute; width:47; height:68;">
<IMG SRC="animal2.gif" BORDER=0>
</DIV>
<DIV ID="chip3" STYLE="position:absolute; width:47; height:68;">
<IMG SRC="animal3.gif" BORDER=0>
</DIV>
<script>
pagestart();
</script>
'인터넷정보' 카테고리의 다른 글
iframe 리로드 시키기 (0) | 2007.10.18 |
---|---|
iframe 리로드 시키기 (0) | 2007.10.18 |
자바 스크립트로 md4, md5, hex 변환하기 (0) | 2007.10.18 |
자바 스크립트로 md4, md5, hex 변환하기 (0) | 2007.10.18 |
날아 다니는 이미지 (0) | 2007.10.18 |
레이어 셀렉트 박스 최상위에... (0) | 2007.10.18 |
레이어 셀렉트 박스 최상위에... (0) | 2007.10.18 |
콤보박스(셀렉트박스다운) 메뉴 미 선택시 컬러 바뀌게... (0) | 2007.10.18 |
콤보박스(셀렉트박스다운) 메뉴 미 선택시 컬러 바뀌게... (0) | 2007.10.18 |
새창 가운데 띄우기 (0) | 2007.10.18 |