링크에 마우스 오버시 박스 생기게 하기
로빈아빠
본문
<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
<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
관련링크
댓글목록
등록된 댓글이 없습니다.