body에다가 넣어주세여

<script language="javascript">
function highlight(which,color){
if (document.all||document.getElementById)
which.style.backgroundColor=color
}
</script>

그담에 링크를 걸어주세욤

<a href="링크주소" onMouseover="highlight(this,'#fb91c3')" onMouseout="highlight(this,document.bgColor)" target="_blank">분홍</a>
Posted by 알 수 없는 사용자
,