Red | Green |
Blue | Purple |
소스 :
<table border="1" cellpadding="0" cellspacing="0" bordercolor="gray">
<tr>
<td width="240" onmouseover="this.style.backgroundColor='red'" onmouseout="this.style.backgroundColor=''" align=center> Red</td>
<td width="240" onmouseover="this.style.backgroundColor='green'" onmouseout="this.style.backgroundColor=''" align=center> Green</td>
</tr>
<tr>
<td width="240" onmouseover="this.style.backgroundColor='blue'" onmouseout="this.style.backgroundColor=''" align=center> Blue</td>
<td width="240" onmouseover="this.style.backgroundColor='purple'" onmouseout="this.style.backgroundColor=''" align=center>
Purple</td>
</tr>
</table>
반응형
'인터넷정보' 카테고리의 다른 글
소스 한줄로 만들기 (0) | 2007.10.16 |
---|---|
소스 한줄로 만들기 (0) | 2007.10.16 |
이전글 응용태그(테이블 테두리 롤오버 효과?) (0) | 2007.10.16 |
이전글 응용태그(테이블 테두리 롤오버 효과?) (0) | 2007.10.16 |
테이블에 마우스 배경컬러 롤오버 효과 (0) | 2007.10.16 |
마우스 오버시 이미지가 컬러가 변합니당! (0) | 2007.10.16 |
마우스 오버시 이미지가 컬러가 변합니당! (0) | 2007.10.16 |
SUBMIT 버튼을 이미지로 바꾸기 (0) | 2007.10.16 |
SUBMIT 버튼을 이미지로 바꾸기 (0) | 2007.10.16 |
테이블 자체에 링크 걸기 (0) | 2007.10.16 |