메누정렬과 좌우사이즈

메누정렬과 좌우사이즈

QA

메누정렬과 좌우사이즈

본문

상단에 메뉴가 사이즈에따라 크기가 정해져있는데 텍스트 사이즈에따라 좌우크기가 자동 조절됐으면합니다.
어디를 수정해야될까요?
#gnb {position:relative;margin: 0;float:right}
#gnb:after {display:block;visibility:hidden;clear:both;content:""}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {padding:0;zoom:1;}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left;width:130px;text-align:center;}
a.gnb_1da {padding-right:0;display:inline-block;  text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;font-weight:bold;line-height:2.95em;text-decoration:none;color:#fff;height:55px;line-height:55px;display:block;font-size:1.17em}
css입니다.

이 질문에 댓글 쓰기 :

답변 2

#gnb {position:relative;margin: 0;float:right} 
#gnb:after {display:block;visibility:hidden;clear:both;content:""} 
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} 
#gnb_1dul {padding:0;zoom:1;} 
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""} 
.gnb_1dli {z-index:10;position:relative;float:left;width:130px;text-align:center;} 
a.gnb_1da {padding-right:0;display:inline-block;  text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;font-weight:bold;line-height:2.95em;text-decoration:none;color:#fff;height:55px;line-height:55px;display:block;font-size:1.17em}  

 

이렇게 하시면 되겠네요

#gnb {position:relative;margin-left: 10px;float:right;} //오른쪽정렬

#gnb:after {display:block;visibility:hidden;clear:both;content:""}

#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#gnb_1dul {padding:0;zoom:1;}

#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}

.gnb_1dli {z-index:10;position:relative;float:left;padding-left:50px;text-align:center}//width:130px;크기삭제, 여백

a.gnb_1da {padding-right:10px;display:inline-block;  text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;font-weight:bold;line-height:2.95em;text-decoration:none;color:#000;height:55px;line-height:55px;display:block;font-size:1.37em}

답변을 작성하시기 전에 로그인 해주세요.
전체 123,737 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT