로그인 유지
오른쪽의 텍스트에 마우스커서를 각각 올려보세요.간단한 방법으로 마우스커서가 글자 위에 올라갔을 때 글자에 변화를 줍니다.
별 볼 일 없는 듯하지만, 필요할 때도 있겠지요;;
<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>