CSS Links 배경색
CSS Links 배경색
background-color속성은 링크에 대한 배경 색상을 지정하는 데 사용할 수 있습니다 :
예
a:link {
background-color: yellow;
}
a:visited {
background-color: cyan;
}
a:hover {
background-color: lightgreen;
}
a:active {
background-color: hotpink;
}

<!DOCTYPE html>
<html>
<head>
<style>
a:link {
background-color: yellow;
}
a:visited {
background-color: cyan;
}
a:hover {
background-color: lightgreen;
}
a:active {
background-color: hotpink;
}
</style>
</head>
<body>
<p><b><a href="default.asp" target="_blank">This is a link</a></b></p>
<p><b>Note:</b> a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.</p>
<p><b>Note:</b> a:active MUST come after a:hover in the CSS definition in order to be effective.</p>
</body>
</html>
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1067 | CSS | 8년 전 | 1497 | ||
| 1066 | CSS | 8년 전 | 1865 | ||
| 1065 | CSS | 8년 전 | 1459 | ||
| 1064 | CSS | 8년 전 | 1598 | ||
| 1063 | CSS | 8년 전 | 1656 | ||
| 1062 | CSS | 8년 전 | 1673 | ||
| 1061 | CSS | 8년 전 | 1498 | ||
| 1060 | CSS | 8년 전 | 4151 | ||
| 1059 | CSS | 8년 전 | 2082 | ||
| 1058 | CSS | 8년 전 | 2500 | ||
| 1057 | CSS | 8년 전 | 2042 | ||
| 1056 | CSS | 8년 전 | 1968 | ||
| 1055 | CSS | 8년 전 | 1821 | ||
| 1054 | CSS | 8년 전 | 2088 | ||
| 1053 | CSS | 8년 전 | 1880 | ||
| 1052 | CSS | 8년 전 | 2008 | ||
| 1051 | CSS | 8년 전 | 2399 | ||
| 1050 | CSS | 8년 전 | 1728 | ||
| 1049 | CSS | 8년 전 | 2310 | ||
| 1048 | CSS | 8년 전 | 1759 | ||
| 1047 | CSS | 8년 전 | 1550 | ||
| 1046 | CSS | 8년 전 | 1233 | ||
| 1045 | CSS | 8년 전 | 1562 | ||
| 1044 | CSS | 8년 전 | 2312 | ||
| 1043 | CSS | 8년 전 | 2006 | ||
| 1042 | CSS | 8년 전 | 1762 | ||
| 1041 | CSS | 8년 전 | 1725 | ||
| 1040 | CSS | 8년 전 | 1484 | ||
| 1039 | CSS | 8년 전 | 1792 | ||
| 1038 | CSS | 8년 전 | 2232 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기