묻고답하기


다음에서 보듯, 메뉴가 뒤에 더 있음에도 불구하고 잘려나갑니다.ㅜ
(커뮤니티 다음 부분)
조금씩 수정을 해서 디자인을 하고 있는데, 이부분을 어떻게 해결해야 할지 모르겠네요;;;

- gnb 부분이 메뉴 부분인 것 같아서 이래저래 수치를 수정하면서 홈페이지에 맞게끔 하고 있는데요,
위 정도의 간격이 딱 좋은데.. 뒤게 잘려서 나와서 문제네요..ㅜ

레이아웃 소스는 다음과 같습니다.

@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* Default Skin - Start */

/* Site Layout - Body Wrap */
body { background:url(../images/default/bgBody.gif) repeat-x;}
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}

/* Site Layout - Header */
#header { position:relative; width:980px; height:167px; background:url(../images/default/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;}
#header h1 { position:absolute; top:0px; left:7px;}
#language { position:absolute; top:18px; right:19px; z-index:100;}
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #b23628; background:#de4332;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
#language ul li a:hover { background:#bc4032;}

#it_search_form { position:absolute; top:50px; right:15px;}
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;}
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

#gnb { position:absolute; top:125px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li { float:left; list-style:none; background:url(../images/default/bgGnbVr.gif) no-repeat left center; padding-left:20px; position:relative; left:190px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 35px 0 20px; height:25px; color:#4B4B4B; white-space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#gnb li a:hover,
#gnb li a:focus { color:#F01A5C;}
#gnb li.on a { font-weight:bold; color:#ffffff; background:url(../images/default/bhgnbon_red.gif) no-repeat center top;}

#isSearch { position:absolute; top:48px; right:30px; width:214px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url(../images/default/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #919898; background:#536c6d;}
#isSearch ul li { width:67px; height:18px; list-style:none; }
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}
#isSearch ul li label.on { background:#455a5b; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#455a5b;}
#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#ffffff; border:none; background:url(../images/default/bgSearch.gif) no-repeat;}
#isSearch .inputText:hover,
#isSearch .inputText:focus { background:url(../images/default/bgSearchOn.gif) no-repeat;}
*:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html body#default #isSearch .submit { position:relative; top:-1px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:201px; float:left;}
#columnLeft .mask { width:201px; height:5px; background:#ffffff; display:block;}

#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { padding-bottom:4px;}
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url(../images/default/bgLnbOff.gif) repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/default/bulletLnb.gif) no-repeat 175px center  !important;}

/* Site Layout - Column Right */
#columnRight { width:770px; float:right; overflow:hidden;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer { border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#footer li address { display:inline; }

/* Default Skin - End */




글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
jeffjung 도움을 부탁드립니다..(설치오류)  
소마세월 혹시 autoset 쓰시는분들중에..  
꿈지우 제로보드4에 있던 포인트랭킹같은거좀 구현해주세요~!  
아름드리479 관리자 모드에 있는 "모듈이름"에 관한 의견  
홈강 index.htm은 어케하죠 [1] 2007.08.22
최민철770 이상하게 반복되네여...답변좀 [1] 2007.08.22
와이카노 앞으로 xe공불르 어떻게 하면되죠? [2] 2007.08.22
왕돼지 방명록 모듈... [2] 2007.08.17
배천웅 mod_rewrite 설정에 대한 질문 [3] 2007.08.21
어디든지 포인트와 등업에 관련된 질문 (2)  
아름드리479 블로그 스킨 바꾸기  
블루와인 로긴정보창 새로띄우기 질문 file  
김상권185 제로보드 설치 문제  
갈기 카페24 ㅜ.ㅜ [5] 2007.08.20
리리 메뉴부분이 왜 잘려 나올까요? file  
:에반: 혹시 최근 이미지 추출 시.. 이미지 추출 잘 되는지요.  
김재순 설치가 안될때는요? [2] 2007.08.22
가시나무베타 폰트 크기가 변합니다. [2] 2007.08.22
나라비 확장변수에서 오류입니다.  
:에반: 게시판 검색란 위에 점 하나..모두 있으시죠? [7] file 2007.08.20
사막한가운데 메뉴에 이미지버튼을 적용시키고 싶은데... file  
MAX771 제로보드4의 회원들과 글을 XE로 옮기려면?? [1] 2007.08.22
낡은청바지772 속도가 너무 느리네요 [2] 2007.08.22
조상만 간단한 웹 디자인 해줄 분 구합니다. [1] 2007.08.22
코리 윈도우 2008에서 제로보드 XE설치해보신분있으신지...  
송암 동영상을 링크했는데요. 중앙으로 오질 않네요.  
조덕배 my sql 4.1 이상버전..  
신의미소 최근게시물  
kmok.myid.net 알FTP를 이용하여 업로드시 아래와 같은 현상이 나타나네요.. [2] 2007.08.22
똑디 최근문서 위젯에서 날짜순으로 정렬을 하려면?