묻고답하기

 

대메뉴, 서브메뉴의 글자색은 바꿀 수 있는데..... 크기는 안 바뀌네요.

 

css는 아래처럼 되어 있구요....

대메뉴, 서브메뉴 글자크기 바꾸려고 하나씩 수정해도.... 안바뀌네요....

zoom을 확대시키면 메뉴 크기가 커지긴 하는데... 아무래도 이건 아닌것 같아서요.

글자색 바꾸는 그 줄에서, font size도 넣어보고...  막... 해봤지만.... 안 바뀌네요....

 

대메뉴 글자크기 바꾸는 법, 서브메뉴 글자크기 바꾸는법.

 

이 두가지 좀 알려주세요!

 

 

@charset "utf-8";
/* Layout */
hr{display:none}
form, fieldset{border:0;margin:0;padding:-20}
body{margin:0;padding:0}
.user_layout{width:960px;margin:0 auto}
.header:after{content:"";display:none;clear:both}
.header{zoom:1;background:#FEFFB7;padding:0}
.header .gnb{float:right}

.gnb ul{list-style:none;margin:0;padding:0;zoom:1}

.gnb ul:after{content:"";display:block;clear:both}

.gnb>ul>li>ul{position: absolute}

.gnb>ul>li:first-child>ul {left: -150px; right: auto}

.gnb>ul>li:nth-child(2)>ul {left: -80px; right: auto}

.gnb>ul>li:nth-child(3)>ul {left: auto; right: -200px}

.gnb>ul>li:nth-child(4)>ul {left: auto; right: -140px}

.gnb>ul>li:nth-child(5)>ul {left: auto; right: -50px}

.gnb>ul>li:last-child>ul {left: auto; right: 0}

.gnb ul ul{display:block;left:0;top:38px;padding:15px 0;background:#FFFFFF;border:1px solid #187200;border-top:1}

.gnb li{float:left;list-style:none;background:url(./images/default/bgGnbVr.gif) no-repeat left center;padding-left:2px;position:relative;white-space:nowrap}

.gnb li.first{display:inline;padding:0;background:none}

.gnb li li{display:inline;float:none;background:none;padding:0;left:0}

.gnb li a{float:left;padding:13px 15px 0 15px;height:25px;color:#0000FF;white-space:nowrap;text-decoration:none}

.gnb li a:hover,
.gnb li a:active,

.gnb li a:focus{color:#FF0000}

.gnb li.active a{font-weight:bold;color:#FF0000;background:url(./images/default/bgGnbOn.gif) no-repeat center bottom}

.gnb li li a{float:none;display:inline;padding:5px 15px !important;background:none !important;height:auto;font-weight:normal !important}
.gnb li li.active a{font-weight:bold !important}
.body{margin:20px 0;zoom:1;background:#FFF}
.body:after{content:"";display:block;clear:both}
.lnb{float:left;width:200px;background:#FFF}
.account{}
.content{float:right;width:740px;background:#FFF}
.footer{background:#ddd}

태그 연관 글
  1. [2018/04/08] 묻고답하기 하위메뉴가 마우스오버 없이 처음부터 나타납니다. by sage하늘