묻고답하기

.blog_widget_glossary .newest_comment { margin-top:5px; margin-bottom:15px; width:100%;}
.blog_widget_glossary .newest_comment h2 { margin:0; padding:9px 0 0 0; solid #cacaca; height:21px; _height:20px; font:bold 18px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#b2c917;
 }
.blog_widget_glossary .newest_comment .items { margin:0; overflow:hidden;}
.blog_widget_glossary .newest_comment .items li { display:block; height:25px; font:8pt 돋움; letter-spacing:-1px; color:#545045; overflow:hidden; white-space:nowrap; list-style:none; padding:4px 0 7px 0; border-bottom:1px solid #ebebeb; display:block}
.blog_widget_glossary .newest_comment .items li .author { color:#999999; white-space:nowrap; margin-right:5px; }
.blog_widget_glossary .newest_comment .items li:hover { background:#b2c917; }
.blog_widget_glossary .newest_comment .items li a { color:#666666; line-height:1.5em; text-decoration:none; }


에서

.blog_widget_glossary .newest_comment .items li:hover { background:#b2c917; }

마우스 오버시 배경 입력 부분인데;;
마우스 오버시에 글자색상까지 바꿀려고
.blog_widget_glossary .newest_comment .items li:hover { font:8pt; color:#FFFFFF; background:#b2c917; }
식으로 바꿧는데 마우스 오버하면=_= 글자색상은 안 바뀌네요;;

왜그런지 ㄷㄷ;;