CSS 좀 도와주세요. 정보
CSS 좀 도와주세요.
본문
헤드에 나올 텍스트들만 스타일을 달리 하고 싶어서 하는데요.
에디터에서도 되고 다 되는데 웹에서는 폰트 사이즈만 안 되네요.
휴.... style.css 파일에 아래 소스를 넣었습니다.
----------------------------------------------------------------------------
.head_top_content {
width:980px;
text-align: left;
vertical-align: middle;
height: 20px;
padding: 0px;
margin:0 auto;
color:#636363;
font-size: 11px;
text-decoration:none;
}
.head_top_content a:hover {
color:#636363; font-size: 11px; text-decoration:none;
}
.head_top_content a:link {
color:#636363; font-size: 11px; text-decoration:none;
}
.head_top_content a:visited {
color:#636363; font-size: 11px; text-decoration:none;
}
.head_top_content a:active {
color:#636363; font-size: 11px; text-decoration:none;
}
----------------------------------------------------------------------------
출력부분
<div class="head_top_content"><a href="#">가나다라마바사</a></div>
댓글 전체
그런데 않되용 ㅠ.ㅠ
ㅠ.ㅠ
위 css를 어디에넣으셨나요?
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:9pt; color:#222222; }
form { margin:0px; }
/* img {border:0px;} */
<이곳>
a:link, a:visited, a:active { text-decoration:none; color:#466C8A; }
a:hover { text-decoration:underline; }
a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:9pt; color:#222222; }
.top_menu,a.top_menu:link,a.top_menu:visited,a.top_menu:active,a.top_menu:hover {
text-decoration:none;
color:#636363;
font-size: small;
}
</style>
<div><a href="#" class="top_menu">가나다라마바사</a></div>
<br>
가나다라마바사
예제 페이지를 그대로 걸어드립니다. 다른 부분의 문제가 있지 싶으네요.
포인트는 다른분들 모두 감사하지만 소스를 적어주신 엠클럽님께 드릴께요.
모든분 감사합니다.