게시판 리스트 스타일시트가 수정한 대로 되지 않습니다. 정보
게시판 리스트 스타일시트가 수정한 대로 되지 않습니다.본문
게시판 리스트 스타일시트때문에 고민입니다.
그누보드 바로 아래에 있는 style.css 파일 내용을 다음처럼 수정했는데요.
분명이 링크 걸렸을 때 이 부분 a:link/a:visited/a:active/a:hover 수정했는데요.
클릭한 게시판 리스트 색상(a:visited)이 파란색입니다.
다른 스타일시트가 적용되는 것 같은데요. 도대체 어디서 수정해야 하나요???
답변 부탁드립니다~~
-----
body, td, p, input, button, textarea, select, .c1 {font-family:Tahoma,굴림; font-size:9pt; color:#222222; }
img {border:0px;}
a:link {text-decoration:none; color:#656565}
a:visited {text-decoration:none; color:#656565}
a:active {text-decoration:none; color:#656565}
a:hover {text-decoration:none; color:#000000}
a:visited {text-decoration:none; color:#656565}
a:active {text-decoration:none; color:#656565}
a:hover {text-decoration:none; color:#000000}
.member {font-weight:normal;color:#656565;}
.guest {font-weight:normal;color:#656565;}
.guest {font-weight:normal;color:#656565;}
.lh {line-height: 150%; }
.jt {text-align:justify; }
.jt {text-align:justify; }
.ct {font-family: Verdana, Gulim; color:#222222; }
.ed {border:1px solid #CCCCCC; }
.tx {border:1px solid #CCCCCC; }
.tx {border:1px solid #CCCCCC; }
.small {font-size:8pt; font-family:Dotum; }
-----
댓글 전체

답변이 없어서 ...
<style type="text/css">
<!--
.sos { font-family:굴림; font-size:9pt; color:#7388BF; font-weight:bold;}
a.sos:visited, a.sos:link { color:#7388BF; text-decoration:none; }
a.sos:hover, a.sos:active { color:#FF9E3E; text-decoration:none; }
-->
</style>
<a href='어쩌구' class='sos' onfocus='this.blur()'>어쩌구</a>
<style type="text/css">
<!--
.sos { font-family:굴림; font-size:9pt; color:#7388BF; font-weight:bold;}
a.sos:visited, a.sos:link { color:#7388BF; text-decoration:none; }
a.sos:hover, a.sos:active { color:#FF9E3E; text-decoration:none; }
-->
</style>
<a href='어쩌구' class='sos' onfocus='this.blur()'>어쩌구</a>
해봤는데요. 안되네요~~