사이트 내 전체검색
링크에 마우스 오버시 박스 생기게 하기
로빈아빠
https://cmd.kr/javascript/60 URL이 복사되었습니다.

본문

<html>
<head>

<script language="JavaScript">
<!--

function highlight(which,color){
    if (document.all||document.getElementById)
    which.style.backgroundColor=color
}

//-->
</script>

</head>
<body>

<a href="http://skydare.htm" onMouseover="highlight(this,'#006666')" onMouseout="highlight(this,'')">하늘다래</a>

<a href="http://skydare.htm" onMouseover="highlight(this,'#cc00cc')" onMouseout="highlight(this,'')">하늘다래</a>

</body>
</html>

출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=ht&wr_id=38

댓글목록

등록된 댓글이 없습니다.

831 (15/17P)

Search

Copyright © Cmd 명령어 3.129.26.151