<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을 설정해야 하기에... 다소...
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 412 | ||
| 7929 | 9년 전 | 327 | ||
| 7928 | 9년 전 | 419 | ||
| 7927 | 9년 전 | 335 | ||
| 7926 | 9년 전 | 667 | ||
| 7925 | 9년 전 | 352 | ||
| 7924 | 9년 전 | 336 | ||
| 7923 | 9년 전 | 340 | ||
| 7922 | 9년 전 | 378 | ||
| 7921 | 9년 전 | 397 | ||
| 7920 | 9년 전 | 321 | ||
| 7919 | 9년 전 | 333 | ||
| 7918 | 9년 전 | 488 | ||
| 7917 | 9년 전 | 327 | ||
| 7916 | 9년 전 | 405 | ||
| 7915 | 9년 전 | 402 | ||
| 7914 | 9년 전 | 413 | ||
| 7913 | 9년 전 | 570 | ||
| 7912 | 9년 전 | 419 | ||
| 7911 | 9년 전 | 364 | ||
| 7910 | 9년 전 | 408 | ||
| 7909 | 9년 전 | 505 | ||
| 7908 | 9년 전 | 428 | ||
| 7907 | 9년 전 | 370 | ||
| 7906 | 9년 전 | 392 | ||
| 7905 | 9년 전 | 373 | ||
| 7904 | 9년 전 | 354 | ||
| 7903 | 9년 전 | 344 | ||
| 7902 | 9년 전 | 561 | ||
| 7901 |
|
9년 전 | 733 | |
| 7900 | 9년 전 | 587 | ||
| 7899 | 9년 전 | 381 | ||
| 7898 | 9년 전 | 384 | ||
| 7897 | 9년 전 | 344 | ||
| 7896 | 9년 전 | 359 | ||
| 7895 | 9년 전 | 466 | ||
| 7894 | 9년 전 | 389 | ||
| 7893 | 9년 전 | 335 | ||
| 7892 | 9년 전 | 393 | ||
| 7891 | 9년 전 | 765 | ||
| 7890 | 9년 전 | 1196 | ||
| 7889 | 9년 전 | 746 | ||
| 7888 |
limsy1987
|
9년 전 | 546 | |
| 7887 | 9년 전 | 546 | ||
| 7886 | 9년 전 | 437 | ||
| 7885 | 9년 전 | 404 | ||
| 7884 | 9년 전 | 408 | ||
| 7883 | 9년 전 | 399 | ||
| 7882 | 9년 전 | 449 | ||
| 7881 | 9년 전 | 440 | ||
| 7880 | 9년 전 | 563 | ||
| 7879 | 9년 전 | 460 | ||
| 7878 | 9년 전 | 1217 | ||
| 7877 | 9년 전 | 749 | ||
| 7876 | 9년 전 | 486 | ||
| 7875 | 9년 전 | 559 | ||
| 7874 |
|
9년 전 | 809 | |
| 7873 | 9년 전 | 518 | ||
| 7872 | 9년 전 | 674 | ||
| 7871 | 9년 전 | 482 | ||
| 7870 | 9년 전 | 607 | ||
| 7869 | 9년 전 | 435 | ||
| 7868 | 9년 전 | 444 | ||
| 7867 | 9년 전 | 424 | ||
| 7866 | 9년 전 | 487 | ||
| 7865 | 9년 전 | 453 | ||
| 7864 | 9년 전 | 513 | ||
| 7863 | 9년 전 | 506 | ||
| 7862 | 9년 전 | 465 | ||
| 7861 | 9년 전 | 630 | ||
| 7860 | 9년 전 | 622 | ||
| 7859 | 9년 전 | 409 | ||
| 7858 | 9년 전 | 703 | ||
| 7857 | 9년 전 | 1074 | ||
| 7856 | 9년 전 | 521 | ||
| 7855 | 9년 전 | 751 | ||
| 7854 | 9년 전 | 730 | ||
| 7853 | 9년 전 | 579 | ||
| 7852 | 9년 전 | 508 | ||
| 7851 | 9년 전 | 505 | ||
| 7850 | 9년 전 | 583 | ||
| 7849 | 9년 전 | 356 | ||
| 7848 | 9년 전 | 410 | ||
| 7847 | 9년 전 | 652 | ||
| 7846 | 9년 전 | 454 | ||
| 7845 | 9년 전 | 415 | ||
| 7844 | 9년 전 | 390 | ||
| 7843 | 9년 전 | 414 | ||
| 7842 | 9년 전 | 398 | ||
| 7841 | 9년 전 | 382 | ||
| 7840 | 9년 전 | 405 | ||
| 7839 | 9년 전 | 434 | ||
| 7838 | 9년 전 | 519 | ||
| 7837 | 9년 전 | 356 | ||
| 7836 | 9년 전 | 398 | ||
| 7835 | 9년 전 | 473 | ||
| 7834 |
|
9년 전 | 1192 | |
| 7833 | 9년 전 | 428 | ||
| 7832 | 9년 전 | 415 | ||
| 7831 | 9년 전 | 561 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기