간단한 롤오버
작성일 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)">
댓글목록
등록된 댓글이 없습니다.
