간단한 롤오버
페이지 정보
작성자 서방님 댓글 0건 조회 159회 작성일 10-12-22 20:38본문
<script type="text/JavaScript">
function changeImage(img) {
img.src = img.src.replace(".gif", "_on.gif");
}
</script>
<img src="introduction.gif" onmouseover="changeImage(this)">
댓글목록
등록된 댓글이 없습니다.