인터넷정보

이전글 응용태그(테이블 테두리 롤오버 효과?)

알 수 없는 사용자 2007. 10. 16. 17:32

<table cellpadding="0" cellspacing="0" width="300" align=center>
<tr>
<td bgcolor="#ff9900" align="center" onmouseover="this.style.backgroundColor='#ff00ff'" onmouseout="this.style.backgroundColor=''">
<table width="100%" cellpadding="3" cellspacing="1">
<tr>
<td bgcolor=#fcfcfc valign="top" align=center>
마우스를 올려보세요. 테두리 색 바뀌죠.
</td>
</tr>
</table>
</td>
</tr>
</table>
반응형