묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
다시 질문좀 드리겠습니다.
2003.08.01 15:14
우선 제로보드 sgtyel.css 에서 보면
A:link {color:#555555;text-decoration:none; image-decoration : none}
A:visited {color:#555555;text-decoration:none; image-decoration : none}
A:active {color:#555555;text-decoration:none; image-decoration : none}
A:hover {color:#CC6600;text-decoration:none; image-decoration : none}
이런 부분이 있지않습니까.. 그냥 여기는 건들지 않을것이 좋을것 같아서...
그래서 제로보드랑 합체(?) 해야 할 부분에 있는
부분에 css부분을
A:link {color:white; text-decoration : none; image-decoration : none};
A:visited {color:white; text-decoration : none; image-decoration : none};
A:active {color:white; text-decoration : none; image-decoration : none};
A:hover {color:white; text-decoration : none; image-decoration : none};
이렇게 고칠려고 하는데요
.01:link {color:white; text-decoration : none; image-decoration : none};
.01:visited {color:white; text-decoration : none; image-decoration : none};
.01:active {color:white; text-decoration : none; image-decoration : none};
.01:hover {color:white; text-decoration : none; image-decoration : none};
로 해서 제가 원하는 부분에 class="01"를 넣을려고 하는데요
그냥 변화가 없네요.. 왜 저 부분이 안 먹힐까요?
.02 {color:#555555; font-size:12px; text-decoration:none; image-decoration : none}
이렇게 해놓은것도 class="02" 어디에 넣어도 절대 제가 원하는쪽으로 안 변하네요?
뭐 좋은 방법이 없을까요?
한가지 질문만 더할께요?
테이블이나 div에서도 저렇게 넣으면 글자체가 변경 되나요?
A:link {color:#555555;text-decoration:none; image-decoration : none}
A:visited {color:#555555;text-decoration:none; image-decoration : none}
A:active {color:#555555;text-decoration:none; image-decoration : none}
A:hover {color:#CC6600;text-decoration:none; image-decoration : none}
이런 부분이 있지않습니까.. 그냥 여기는 건들지 않을것이 좋을것 같아서...
그래서 제로보드랑 합체(?) 해야 할 부분에 있는
부분에 css부분을
A:link {color:white; text-decoration : none; image-decoration : none};
A:visited {color:white; text-decoration : none; image-decoration : none};
A:active {color:white; text-decoration : none; image-decoration : none};
A:hover {color:white; text-decoration : none; image-decoration : none};
이렇게 고칠려고 하는데요
.01:link {color:white; text-decoration : none; image-decoration : none};
.01:visited {color:white; text-decoration : none; image-decoration : none};
.01:active {color:white; text-decoration : none; image-decoration : none};
.01:hover {color:white; text-decoration : none; image-decoration : none};
로 해서 제가 원하는 부분에 class="01"를 넣을려고 하는데요
그냥 변화가 없네요.. 왜 저 부분이 안 먹힐까요?
.02 {color:#555555; font-size:12px; text-decoration:none; image-decoration : none}
이렇게 해놓은것도 class="02" 어디에 넣어도 절대 제가 원하는쪽으로 안 변하네요?
뭐 좋은 방법이 없을까요?
한가지 질문만 더할께요?
테이블이나 div에서도 저렇게 넣으면 글자체가 변경 되나요?
댓글 3
-
코코푸르나
2003.08.01 15:26
-
장석권
2003.08.01 16:24
예 그렇게 했는데도 안먹혀서 질문을 드리는 겁니다..^^ -
뒹굴리스트
2003.08.01 21:27
클래스명을 숫자로만 지정하지 마시고 문자를 넣어보세요;
이왕이면 문자로 시작;
<a href="어쩌구저쩌구" class=01>페이지 이동</a> 이런 식으로 말이죠