명

DHTML Image Thumbnail Chooser

· 2008-08-08 (금) 15:20:19 · 3661
<style>
body {
        background-color:#000000;
        color:#E27907;
        font-family:Verdana,Arial;
        font-size:10pt;
        letter-spacing:2;
}
.thumbNormal {
        border:4px solid #000000;
        cursor: pointer;
}
.thumbSelected {
        border:4px solid #ff0000;
}
</style>

<script language="JavaScript" type="text/javascript">
var lastID = 0;
function SelectImg(id) {
        if (lastID > 0)
                document.getElementById(lastID).className = "thumbNormal";
        document.getElementById(id).className = "thumbSelected";
        regex = /_tn/;
        document.getElementById(0).src = document.getElementById(id).src.replace(regex, ");
        lastID = id;
}
function LoadTrigger() {
        SelectImg(1);
}
window.onload = LoadTrigger;
</script>

Click a photo on the left to view full image.
<table border="0">
  <tr>
    <td valign="top"><img id="1" class="thumbNormal" src="/images/family_tn.jpg" width="100" height="50" onclick="SelectImg(1)" /> <br />
      <img id="2" class="thumbNormal" src="/images/ourdog_tn.jpg" width="100" height="50" onclick="SelectImg(2)" /> <br />
      <img id="3" class="thumbNormal" src="/images/fish_tn.jpg" width="100" height="50" onclick="SelectImg(3)" /></td>
    <td width="15"></td>
    <td valign="top"><img id="0" src="" /></td>
  </tr>
</table>
[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
기타 08-04-06 조회 2,923
기타 08-04-04 조회 4,772
기타 08-04-04 조회 3,869
기타 08-04-04 조회 4,303
기타 08-04-04 조회 3,882
기타 08-04-04 조회 4,710
기타 08-04-04 조회 4,148
기타 08-04-04 조회 4,213
기타 08-04-04 조회 4,443
JavaScript 08-04-04 조회 5,367
기타 08-04-04 조회 4,136
기타 08-04-04 조회 2,731
기타 08-04-04 조회 4,445
JavaScript 08-04-04 조회 2,517
기타 08-04-04 조회 3,633
기타 08-04-04 조회 2,931
기타 08-04-04 조회 2,542
기타 08-04-04 조회 3,345
기타 08-04-04 조회 4,354
기타 08-04-04 조회 2,579
JavaScript 08-04-04 조회 2,530
기타 08-04-04 조회 3,060
기타 08-04-04 조회 2,526
기타 08-04-04 조회 2,535
JavaScript 08-04-04 조회 2,944
기타 08-04-04 조회 2,760
기타 08-04-04 조회 2,711
JavaScript 08-04-04 조회 2,456
기타 08-04-04 조회 2,524
기타 08-04-04 조회 2,482