묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[질문] 스타일 시트 마우스 오버시 화면 밣게 하기
2002.11.07 01:46
제 홈피에 설정해 둔 것입니다.
<style type=text/css>
<!--
A:link {color:#FFFFC0; text-decoration:none;}
A:visited {color:#FFFFC0; text-decoration:none;}
A:active {color:#FFFFC0; text-decoration:underline;}
A:hover {color:#FF0000; text-decoration:underline;}
.tx1 {font-size: 9pt; color:#FFFFC0; font-family: "굴림"; line-height:9pt;}
.tx2 {font-size: 9pt; line-height:9pt;}
.tx3 {font-size: 9pt; color:#FFFFC0; font-family: "굴림"; line-height:9pt;}
.tx4 { font-size: 7pt; color: #FFFFC0; font-family: "굴림"; line-height: 9pt; padding: 0 0 0 2}
-->
</style>
그런데, 마우스를 위에 갔다 놓으면 화면이 밣게 하는게 있던데요.
어떻게 해줘야 합니까?
이리저리 알아봐도 그건 못 찾겠더라구요,. ㅠ_ㅠ
<style type=text/css>
<!--
A:link {color:#FFFFC0; text-decoration:none;}
A:visited {color:#FFFFC0; text-decoration:none;}
A:active {color:#FFFFC0; text-decoration:underline;}
A:hover {color:#FF0000; text-decoration:underline;}
.tx1 {font-size: 9pt; color:#FFFFC0; font-family: "굴림"; line-height:9pt;}
.tx2 {font-size: 9pt; line-height:9pt;}
.tx3 {font-size: 9pt; color:#FFFFC0; font-family: "굴림"; line-height:9pt;}
.tx4 { font-size: 7pt; color: #FFFFC0; font-family: "굴림"; line-height: 9pt; padding: 0 0 0 2}
-->
</style>
그런데, 마우스를 위에 갔다 놓으면 화면이 밣게 하는게 있던데요.
어떻게 해줘야 합니까?
이리저리 알아봐도 그건 못 찾겠더라구요,. ㅠ_ㅠ