주간 베스트 월간 베스트 3개월 베스트 베스트 게시물
꽃배달 한국, 중국 전지역배송

마우스를 대면 이미지가 확대 혹은 축소 됩니다.

네로 | 2002.06.30 13:18:59 댓글: 0 조회: 341 추천: 2
분류컴관련 강좌·팁 https://life.moyiza.kr/itstudy/1746949
링크에 마우스를 대면 이미지가 확대 및 욱소 되는 스크립트 입니다.
쇼핑몰 등에서 상품 이미지를 보여줄때 사용하면 좋을 것 같습니다

<!---- [1단계] 아래의 스크립트를 HEAD 부분에 복사 해 넣으세요 ----->

<script language="JavaScript1.2">

var zoomfactor=0.05 // 스케일을 설정 하세요(0.05=5%)

function zoomhelper(){
if (parseInt(whatcache.style.width)>10&&parseInt(whatcache.style.height)>10){
whatcache.style.width=parseInt(whatcache.style.width)+parseInt(whatcache.style.width)*zoomfactor*prefix
whatcache.style.height=parseInt(whatcache.style.height)+parseInt(whatcache.style.height)*zoomfactor*prefix
}
}

function zoom(originalW, originalH, what, state){
if (!document.all&&!document.getElementById)
return
whatcache=eval("document.images."+what)
prefix=(state=="in")? 1 : -1
if (whatcache.style.width==""||state=="restore"){
whatcache.style.width=originalW
whatcache.style.height=originalH
if (state=="restore")
return
}
else{
zoomhelper()
}
beginzoom=setInterval("zoomhelper()",100)
}

function clearzoom(){
if (window.beginzoom)
clearInterval(beginzoom)
}

</script>

<!-------------- 여기까지 ---------------->

</head>

<body>

<!---- [2단계] BODY 부분에 아래와 같은 방법으로 태그와 코드를 복사 해 넣으세요 --->

<!-- onmouseover="zoom(가로,세로,'이미지_name','in(out)') 의 형식으로 함수의 인자를 설정 하세요-->

<a href="#" onmouseover="zoom(200,200,'myimage','in')" onmouseout="clearzoom()">확대</a> |
<a href="#" onmouseover="zoom(200,200,'myimage','restore')">표준</a> |
<a href="#" onmouseover="zoom(200,200,'myimage','out')" onmouseout="clearzoom()">축소</a>
<br><br>

<div style="position:relative;width:200;height:200">
<div style="position:absolute">
<img name="myimage" src="../c1.jpg"><!-- 여기에 사용할 이미지가 들어갑니다--->
</div></div>

<!-------------- 여기까지 ---------------->


</body>
</html>    
추천 (2) 선물 (0명)
IP: ♡.108.♡.20
3,006 개의 글이 있습니다.
제목 글쓴이 날짜 조회
관리자
2003-09-20
11940
관리자
2003-09-20
11488
관리자
2003-09-20
20621
지구인
2010-08-27
19413
지구인
2009-09-07
13735
SOLIDH
2010-01-29
15692
엔죠라이프
2004-10-07
16784
맹이
2002-07-12
1571
노아
2002-07-11
1319
네로
2002-07-10
485
네로
2002-07-07
793
네로
2002-07-03
403
네로
2002-07-03
430
네로
2002-07-03
392
네로
2002-07-03
719
네로
2002-07-03
350
네로
2002-07-03
346
네로
2002-07-03
462
네로
2002-07-03
594
네로
2002-07-03
396
네로
2002-07-02
495
네로
2002-06-30
448
네로
2002-06-30
588
네로
2002-06-30
341
네로
2002-06-22
960
네로
2002-06-22
1170
네로
2002-06-22
830
네로
2002-06-21
433
모이자 모바일