사이의 내용이 나타납니다.
2. 마우스 움직임
;script type ="text/javascript">
function mouse1(obj)
{
obj.style.color = "#f00"
obj.style.fontSize = "18px"
}
function mouse2(obj)
{
obj.style.color = "#000";
obj.style.fontSize = "16px"
}
< /script>
여기로 이동
3.사용시
코드 복사
코드는 다음과 같습니다.