<style type="text/css">
<!--
a:link {
color: #333333;
}
a:visited {
color: #333333;
}
a:hover {
color: #333333;
}
a:active {
color: #333333;
}
-->
</style>
<!--
a:link {
color: #333333;
}
a:visited {
color: #333333;
}
a:hover {
color: #333333;
}
a:active {
color: #333333;
}
-->
</style>
이거 적용시켰는데요 그런데 전체 링크색상이랑 다바껴요
a때문인거같은데 다른글씨넣고 id불러오기도안되던데
CSS이름 BT로 바꿀려고하는데 어떻에하나요?;;
css는 안배우고 바로 php배워서 먼 소린지 이해가안가요~ ㅠㅠ;;
부탁드려요
댓글 6개
13년 전
설명
지금보시는바와 같이 <body> 부분에 전체 링크색상을지정해주신것인지요?
개별로 불러오려면 아이디나 클래스에 개별지정해주어야할겁니다.
각속성의 설명
A:link -> 링크가 걸려있는 경우
A:visited -> 링크클 방문했을 경우
A:active -> 방문중인 링크란 의미
A:hover -> 링크에 마우스를 가져갔을때
지금보시는바와 같이 <body> 부분에 전체 링크색상을지정해주신것인지요?
개별로 불러오려면 아이디나 클래스에 개별지정해주어야할겁니다.
각속성의 설명
A:link -> 링크가 걸려있는 경우
A:visited -> 링크클 방문했을 경우
A:active -> 방문중인 링크란 의미
A:hover -> 링크에 마우스를 가져갔을때
13년 전
답변부탁드려요^^ 해결안되었어요 이해가^^;;
aequum
13년 전
<!doctype html>
<html>
<head></head>
<body>
<style>
a:link { color:red;}
a:visited { color:red; }
a:hover { color:red;}
a:active { color:red;}
a.some:link { color:green;}
a.some:visited { color:green;}
a.some:hover { color:green;}
a.some:active { color:green;}
.test a:link { color:blue;}
.test a:visited { color:blue;}
.test a:hover { color:blue;}
.test a:active { color:blue;}
</style>
<a href="#">red</a>
<a href="#" class="some">green</a>
<span class="test"><a href="#">blue</a></span>
</body>
</html>
---
아마도 이런 것? 하나씩은 위애 항해님 리플 참고 ㅎ
예제로 확인해보세요....
<html>
<head></head>
<body>
<style>
a:link { color:red;}
a:visited { color:red; }
a:hover { color:red;}
a:active { color:red;}
a.some:link { color:green;}
a.some:visited { color:green;}
a.some:hover { color:green;}
a.some:active { color:green;}
.test a:link { color:blue;}
.test a:visited { color:blue;}
.test a:hover { color:blue;}
.test a:active { color:blue;}
</style>
<a href="#">red</a>
<a href="#" class="some">green</a>
<span class="test"><a href="#">blue</a></span>
</body>
</html>
---
아마도 이런 것? 하나씩은 위애 항해님 리플 참고 ㅎ
예제로 확인해보세요....
JMoon
13년 전
어짜피 링크나 일반텍스트나 모든 색깔을 똑같이 하려면
<div style="color:#333;">글자를 넣으세요</div>
이런식으로 하면 편해요~
<div style="color:#333;">글자를 넣으세요</div>
이런식으로 하면 편해요~
aequum
13년 전
링크는 안되죠. :hover 같은 pseudo-class는 부모 요소의 style 속성에 우선해요
aequum
13년 전
아 죄송합니다. 다시보니 '<a style="color:red">글자색</a>'를 말하는 것 같네요. 편하다는 말씀에... 블록요소인지라 부모에서 설정하면 영향받는다는 글로 이해했네요.
등장하는 anchor 요소가 많다면... 하나씩 다 style을 설정해야 하기에... 다소...
등장하는 anchor 요소가 많다면... 하나씩 다 style을 설정해야 하기에... 다소...
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8130 | 9년 전 | 493 | ||
| 8129 |
|
9년 전 | 638 | |
| 8128 | 9년 전 | 510 | ||
| 8127 |
|
9년 전 | 572 | |
| 8126 | 9년 전 | 496 | ||
| 8125 | 9년 전 | 758 | ||
| 8124 |
|
9년 전 | 500 | |
| 8123 | 9년 전 | 488 | ||
| 8122 | 9년 전 | 425 | ||
| 8121 | 9년 전 | 523 | ||
| 8120 | 9년 전 | 452 | ||
| 8119 | 9년 전 | 539 | ||
| 8118 |
|
9년 전 | 622 | |
| 8117 |
|
9년 전 | 392 | |
| 8116 |
PASKRAN
|
9년 전 | 461 | |
| 8115 | 9년 전 | 451 | ||
| 8114 |
kiplayer
|
9년 전 | 592 | |
| 8113 | 9년 전 | 431 | ||
| 8112 |
|
9년 전 | 549 | |
| 8111 | 9년 전 | 402 | ||
| 8110 | 9년 전 | 435 | ||
| 8109 | 9년 전 | 351 | ||
| 8108 |
|
9년 전 | 533 | |
| 8107 |
|
9년 전 | 427 | |
| 8106 |
|
9년 전 | 419 | |
| 8105 | 9년 전 | 468 | ||
| 8104 |
|
9년 전 | 422 | |
| 8103 |
|
9년 전 | 420 | |
| 8102 |
|
9년 전 | 382 | |
| 8101 |
snshero
|
9년 전 | 768 | |
| 8100 | 9년 전 | 825 | ||
| 8099 | 9년 전 | 793 | ||
| 8098 | 9년 전 | 703 | ||
| 8097 | 9년 전 | 498 | ||
| 8096 | 9년 전 | 696 | ||
| 8095 | 9년 전 | 826 | ||
| 8094 | 9년 전 | 496 | ||
| 8093 | 9년 전 | 786 | ||
| 8092 | 9년 전 | 746 | ||
| 8091 | 9년 전 | 1137 | ||
| 8090 | 9년 전 | 757 | ||
| 8089 | 9년 전 | 957 | ||
| 8088 | 9년 전 | 628 | ||
| 8087 | 9년 전 | 740 | ||
| 8086 | 9년 전 | 507 | ||
| 8085 | 9년 전 | 477 | ||
| 8084 | 9년 전 | 604 | ||
| 8083 | 9년 전 | 577 | ||
| 8082 | 9년 전 | 746 | ||
| 8081 | 9년 전 | 459 | ||
| 8080 | 9년 전 | 556 | ||
| 8079 | 9년 전 | 505 | ||
| 8078 | 9년 전 | 431 | ||
| 8077 | 9년 전 | 515 | ||
| 8076 | 9년 전 | 397 | ||
| 8075 | 9년 전 | 420 | ||
| 8074 | 9년 전 | 378 | ||
| 8073 | 9년 전 | 435 | ||
| 8072 | 9년 전 | 424 | ||
| 8071 |
o1o111
|
9년 전 | 876 | |
| 8070 | 9년 전 | 387 | ||
| 8069 | 9년 전 | 320 | ||
| 8068 | 9년 전 | 576 | ||
| 8067 | 9년 전 | 383 | ||
| 8066 | 9년 전 | 417 | ||
| 8065 | 9년 전 | 364 | ||
| 8064 | 9년 전 | 346 | ||
| 8063 | 9년 전 | 319 | ||
| 8062 | 9년 전 | 296 | ||
| 8061 | 9년 전 | 342 | ||
| 8060 | 9년 전 | 372 | ||
| 8059 | 9년 전 | 304 | ||
| 8058 | 9년 전 | 241 | ||
| 8057 | 9년 전 | 377 | ||
| 8056 | 9년 전 | 295 | ||
| 8055 | 9년 전 | 337 | ||
| 8054 | 9년 전 | 348 | ||
| 8053 | 9년 전 | 396 | ||
| 8052 | 9년 전 | 280 | ||
| 8051 | 9년 전 | 318 | ||
| 8050 | 9년 전 | 383 | ||
| 8049 | 9년 전 | 311 | ||
| 8048 | 9년 전 | 423 | ||
| 8047 | 9년 전 | 344 | ||
| 8046 | 9년 전 | 282 | ||
| 8045 | 9년 전 | 245 | ||
| 8044 | 9년 전 | 332 | ||
| 8043 | 9년 전 | 268 | ||
| 8042 | 9년 전 | 280 | ||
| 8041 | 9년 전 | 329 | ||
| 8040 | 9년 전 | 254 | ||
| 8039 | 9년 전 | 306 | ||
| 8038 | 9년 전 | 259 | ||
| 8037 | 9년 전 | 389 | ||
| 8036 | 9년 전 | 466 | ||
| 8035 | 9년 전 | 416 | ||
| 8034 | 9년 전 | 380 | ||
| 8033 | 9년 전 | 339 | ||
| 8032 | 9년 전 | 410 | ||
| 8031 | 9년 전 | 333 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기