고

테이블 셀에 링크하는법 & 마우스 오버

· 2005-09-01 (목) 12:44:11 · 5218 · 5

# 무엇? : 테이블 셀에 링크하는법 & 마우스 오버시 색 변함
# 호환? : ie, 파폭에서 잘 됨
# 특징? : 브라우저 하단에 링크주소 안나타남.

# 예제 :

구글로 이동
네이버로 이동
엠파스로 이동
롤 오버 없음. 썰 이동
셀 링크 없음

 

# 예제 소스 :

<table border=1 width="400" cellspacing="0" cellpadding="9">
    <tr>
        <td bgcolor='#eeeeee' onMouseOver='this.style.backgroundColor="#299eab"' onMouseOut='this.style.backgroundColor="#eeeeee"' onClick="location='http://google.co.kr'">구글로 이동</td>
    </tr>
    <tr>
        <td bgcolor='#eeeeee' onMouseOver='this.style.backgroundColor="#ff00ff"' onMouseOut='this.style.backgroundColor="#eeeeee"' onClick="location='http://naver.co.kr'">네이버로 이동</td>
    </tr>
    <tr>
        <td bgcolor='#eeeeee' onMouseOver='this.style.backgroundColor="#a9aecc"' onMouseOut='this.style.backgroundColor="#eeeeee"' onClick="location='http://empas.co.kr'">엠파스로 이동</td>
    </tr>
    <tr>
        <td bgcolor='#eeeeee' onClick="location='http://sir.co.kr'">롤 오버 없음. 썰 이동</td>    </tr>
    <tr>
        <td bgcolor='#eeeeee' onMouseOver='this.style.backgroundColor="#aaee00"' onMouseOut='this.style.backgroundColor="#eeeeee"'>셀 링크 없음</td>
    </tr>
</table>

 

[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]
|

댓글 5개

scrap
좋은팁 감사합니다.
2005-11-02 (수) 00:37:16
테이블 셀에 링크하는법
보드만들면 좋겠다.
유용한 팁입니다.
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
Flash 06-04-30 조회 4,989
Flash 06-04-30 조회 5,171
Flash 06-04-29 조회 4,956
Flash 06-04-29 조회 4,188
Flash 06-04-29 조회 4,408
기타 06-04-29 조회 3,416
기타 06-04-29 조회 4,020
기타 06-04-29 조회 4,171
기타 06-04-29 조회 5,135
Flash 06-04-29 조회 4,727
Flash 06-04-28 조회 3,700
Flash 06-04-28 조회 6,919
Flash 06-04-28 조회 4,375
JavaScript 06-04-28 조회 4,077
Flash 06-04-28 조회 4,947
Flash 06-04-28 조회 4,273
Flash 06-04-27 조회 5,619
Flash 06-04-27 조회 3,645
Flash 06-04-26 조회 5,871
Flash 06-04-26 조회 5,639
Flash 06-04-25 조회 7,678
Flash 06-04-25 조회 5,397
기타 06-04-25 조회 4,657
JavaScript 06-04-25 조회 4,493
JavaScript 06-04-25 조회 3,739
기타 06-04-25 조회 3,821
기타 06-04-25 조회 4,225
MySQL 06-04-25 조회 5,004
JavaScript 06-04-22 조회 4,303
Flash 06-04-20 조회 4,374