[HTML] td 자체로 링크거는 방법
| Junn.NET |
<table cellpadding="0" cellspacing="0" width="150">
<tr>
<td width="150" height="25" align="center" onmouseover="this.style.color='#3399FF';this.style.background='#ffffff';this.style.cursor='hand';" onmouseout="this.style.color='#ffffff';this,style.background='#3399FF';this.cursor='auto';" onclick="top.location.href='http://junn.net'">Junn.NET
</td>
</tr>
</table>
p.s. 블로그 stylesheet 기본설정때문에 글자색이 안맞는다.
"Programming" 분류의 다른 글
| Java script ref. | 2007/10/10 |
| [펌 from http://gyuha.tistory.com] 블로그에 여러가지 소스를 예쁘게 보여... | 2008/06/28 |
| KT Wibro 무선인터넷 | 2007/07/28 |
| [FLEX] 안습의 Base64... | 2009/05/03 |
| [Util] 모음 | 2010/01/15 |
Programming
2007/06/03 22:16

댓글을 달아 주세요