사이트 내 전체검색
onover시 underline & overline 생기게 하기
https://cmd.kr/javascript/236 URL이 복사되었습니다.

본문

<head>와 </head> 아래 소스를 넣습니다.

<style type="text/css">
<!--
A:link { text-decoration:none; }
A:visited { text-decoration:none; }
A:active { text-decoration:none; }
A:hover { color: blue; text-decoration:underline overline; }
-->
</style>

A:link
-방문한 적이 없는 하이퍼링크

A:visited
-방문한 적이 있는 하이퍼링크

A:active
-실행 하이퍼링크 (마우스를 눌렀을 때의 상태)

A:hover
-마우스가 하이퍼링크로 올라갔을 때




blue는 색상.
none는 밑줄 없음(밑줄은 underline, 윗줄은 overline)


원하는 내용으로 수정해서 쓰면 됩니다.

출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=48

댓글목록

등록된 댓글이 없습니다.

831 (11/17P)

Search

Copyright © Cmd 명령어 3.144.12.14