Text에 MouseOver 적용하기
오른쪽의 텍스트에 마우스커서를 각각 올려보세요. 별 볼 일 없는 듯하지만, 필요할 때도 있겠지요;; |
소스
<TABLE style="MARGIN-LEFT: 20px" height=100 cellSpacing=0 cellPadding=0 width=450 align=right border=0 bgcolor=#E6EEF4>
<TR><TD style="padding:0 0 0 10;" width=150><SPAN onmouseover="this.style.color='#529CFF'" onmouseout="this.style.color=''">오작교의 홈</SPAN></TD>
<TD style="LINE-HEIGHT: 200%" width=150><SPAN onmouseover="this.style.fontSize='15pt'" onmouseout="this.style.fontSize=''">오작교의 홈</SPAN></TD>
<TD style="LINE-HEIGHT: 200%" width=150><SPAN onmouseover="this.style.color='#529CFF'; this.style.fontSize='15pt'" onmouseout="this.style.color=''; this.style.fontSize=''">오작교의 홈</SPAN></TD></TR></TABLE>
<TABLE style="MARGIN-LEFT: 20px" height=100 cellSpacing=0 cellPadding=0 width=450 align=right border=0 bgcolor=#E6EEF4>
<TR><TD style="padding:0 0 0 10;" width=150><SPAN onmouseover="this.style.color='#529CFF'" onmouseout="this.style.color=''">오작교의 홈</SPAN></TD>
<TD style="LINE-HEIGHT: 200%" width=150><SPAN onmouseover="this.style.fontSize='15pt'" onmouseout="this.style.fontSize=''">오작교의 홈</SPAN></TD>
<TD style="LINE-HEIGHT: 200%" width=150><SPAN onmouseover="this.style.color='#529CFF'; this.style.fontSize='15pt'" onmouseout="this.style.color=''; this.style.fontSize=''">오작교의 홈</SPAN></TD></TR></TABLE>