간단한 롤오버 > script

본문 바로가기

script

간단한 롤오버

작성일 10-12-22 20:38

페이지 정보

작성자서방님 조회 369회 댓글 0건

본문

<script type="text/JavaScript">
function changeImage(img) {
 img.src = img.src.replace(".gif", "_on.gif");
}
</script>

<img src="introduction.gif" onmouseover="changeImage(this)">

댓글목록

등록된 댓글이 없습니다.

게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기