묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최근 게시물 스타일 시트에서 마우스대면 배경색이 변하는 롤오버는....
2003.07.15 19:59
<style>
BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote{font-size:9pt; font-family:굴림; color:#373737;}
A:link{font-size:9pt;font-family:굴림;color:#000000;text-decoration:none;}
A:visited{font-size:9pt;font-family:굴림;color:#000000;text-decoration:none;}
A:active{font-size:9pt;font-family:굴림;color:#000000;text-decoration:none;}
A:hover{font-size:9pt;font-family:굴림;color:#000000;text-decoration:underline;}
</style>
여기에서 최근게시물 글위에 마우스를 대면 롤오버(배경색변경)가 생기게 하는건 어떻게하죠?
BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote{font-size:9pt; font-family:굴림; color:#373737;}
A:link{font-size:9pt;font-family:굴림;color:#000000;text-decoration:none;}
A:visited{font-size:9pt;font-family:굴림;color:#000000;text-decoration:none;}
A:active{font-size:9pt;font-family:굴림;color:#000000;text-decoration:none;}
A:hover{font-size:9pt;font-family:굴림;color:#000000;text-decoration:underline;}
</style>
여기에서 최근게시물 글위에 마우스를 대면 롤오버(배경색변경)가 생기게 하는건 어떻게하죠?
댓글 2
-
Seeker
2003.07.15 21:13
A:hover{font-size:9pt;font-family:굴림;color:#000000;text-decoration:underline;background-color:색상} -
Seeker
2003.07.15 21:13
정확히 말하자면 A:hover 에 [background-color:색상]를 추가해주는거죠.