본문 바로가기
블로그 답변

글자에 마우스 오버시 색바꾸기

by 제이사랑~ 2009. 3. 15.

글자에 마우스 오버시 색바꾸기
<br>

<style type="text/css">
.black { COLOR:black; }
.red { COLOR:#FF0000; }
.blue { COLOR:BLUE; }
</style>


예) font 태그 적용
<font onMouseOver="this.className='red';" onMouseOut="this.className='black';">글자색상 바꾸기</font>

<br>

<font onMouseOver="this.className='blue';" onMouseOut="this.className='black';">글자색상 바꾸기</font>

 

 

글자에 마우스 오버시 색바꾸기.html

 

글자에 마우스 오버시 색바꾸기.html
0.0MB