묻고답하기

<html>

<head>
<style>
<!--
.drag{position:relative;}
-->
</style>
<script language="JavaScript">
var img_style="cursor:url(dora_ido.Ani)";
function big(){        
        img_style="cursor:move";  //이렇게 하면 커서 안바뀌는건가요 ㅠ_ㅠ? 아웅~아웅~ 알려주세요..
        if(img01.width!=754){
                img01.width=img01.width+377;
                img01.height=img01.height+487;
        }else if(img01.width==754){
                img01.width=img01.width-377;
                img01.height=img01.height-487;

        }
        //Layer01.width=754;
        //Layer01.height=994;
}
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write("<layer id="Layer01" width="377" height="487" top="0" left="0" z-index="1"><img id=img01  src=36.jpg width="377" height="487" border="0" class="drag" style=""+img_style+"" onClick=big();></layer>");
document.close();
//-->
</SCRIPT>
</body>

</html>