<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을 설정해야 하기에... 다소...
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 387 | ||
| 8029 | 9년 전 | 315 | ||
| 8028 | 9년 전 | 274 | ||
| 8027 | 9년 전 | 288 | ||
| 8026 | 9년 전 | 352 | ||
| 8025 | 9년 전 | 392 | ||
| 8024 | 9년 전 | 351 | ||
| 8023 | 9년 전 | 400 | ||
| 8022 | 9년 전 | 324 | ||
| 8021 | 9년 전 | 335 | ||
| 8020 | 9년 전 | 327 | ||
| 8019 | 9년 전 | 347 | ||
| 8018 | 9년 전 | 453 | ||
| 8017 | 9년 전 | 540 | ||
| 8016 | 9년 전 | 340 | ||
| 8015 | 9년 전 | 397 | ||
| 8014 | 9년 전 | 330 | ||
| 8013 | 9년 전 | 245 | ||
| 8012 | 9년 전 | 250 | ||
| 8011 | 9년 전 | 452 | ||
| 8010 | 9년 전 | 308 | ||
| 8009 | 9년 전 | 302 | ||
| 8008 | 9년 전 | 292 | ||
| 8007 | 9년 전 | 435 | ||
| 8006 | 9년 전 | 470 | ||
| 8005 |
|
9년 전 | 974 | |
| 8004 | 9년 전 | 365 | ||
| 8003 | 9년 전 | 428 | ||
| 8002 | 9년 전 | 325 | ||
| 8001 |
|
9년 전 | 668 | |
| 8000 | 9년 전 | 430 | ||
| 7999 | 9년 전 | 380 | ||
| 7998 | 9년 전 | 437 | ||
| 7997 | 9년 전 | 318 | ||
| 7996 | 9년 전 | 540 | ||
| 7995 | 9년 전 | 464 | ||
| 7994 | 9년 전 | 344 | ||
| 7993 | 9년 전 | 405 | ||
| 7992 | 9년 전 | 519 | ||
| 7991 | 9년 전 | 260 | ||
| 7990 | 9년 전 | 299 | ||
| 7989 | 9년 전 | 313 | ||
| 7988 | 9년 전 | 738 | ||
| 7987 | 9년 전 | 436 | ||
| 7986 | 9년 전 | 432 | ||
| 7985 | 9년 전 | 514 | ||
| 7984 | 9년 전 | 439 | ||
| 7983 | 9년 전 | 668 | ||
| 7982 | 9년 전 | 532 | ||
| 7981 | 9년 전 | 484 | ||
| 7980 | 9년 전 | 504 | ||
| 7979 | 9년 전 | 488 | ||
| 7978 | 9년 전 | 461 | ||
| 7977 | 9년 전 | 400 | ||
| 7976 | 9년 전 | 857 | ||
| 7975 | 9년 전 | 371 | ||
| 7974 | 9년 전 | 404 | ||
| 7973 | 9년 전 | 605 | ||
| 7972 | 9년 전 | 391 | ||
| 7971 | 9년 전 | 465 | ||
| 7970 | 9년 전 | 308 | ||
| 7969 | 9년 전 | 550 | ||
| 7968 | 9년 전 | 391 | ||
| 7967 | 9년 전 | 380 | ||
| 7966 | 9년 전 | 378 | ||
| 7965 |
|
9년 전 | 1021 | |
| 7964 | 9년 전 | 409 | ||
| 7963 | 9년 전 | 406 | ||
| 7962 | 9년 전 | 393 | ||
| 7961 |
전갈자리남자
|
9년 전 | 512 | |
| 7960 | 9년 전 | 973 | ||
| 7959 | 9년 전 | 557 | ||
| 7958 | 9년 전 | 415 | ||
| 7957 | 9년 전 | 372 | ||
| 7956 | 9년 전 | 373 | ||
| 7955 | 9년 전 | 466 | ||
| 7954 | 9년 전 | 390 | ||
| 7953 | 9년 전 | 441 | ||
| 7952 | 9년 전 | 361 | ||
| 7951 | 9년 전 | 506 | ||
| 7950 | 9년 전 | 400 | ||
| 7949 | 9년 전 | 393 | ||
| 7948 | 9년 전 | 329 | ||
| 7947 | 9년 전 | 944 | ||
| 7946 | 9년 전 | 446 | ||
| 7945 | 9년 전 | 403 | ||
| 7944 | 9년 전 | 436 | ||
| 7943 | 9년 전 | 391 | ||
| 7942 | 9년 전 | 410 | ||
| 7941 | 9년 전 | 402 | ||
| 7940 | 9년 전 | 896 | ||
| 7939 | 9년 전 | 363 | ||
| 7938 | 9년 전 | 399 | ||
| 7937 | 9년 전 | 291 | ||
| 7936 | 9년 전 | 890 | ||
| 7935 | 9년 전 | 457 | ||
| 7934 | 9년 전 | 429 | ||
| 7933 | 9년 전 | 534 | ||
| 7932 | 9년 전 | 499 | ||
| 7931 | 9년 전 | 550 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기