묻고답하기
레이아웃 수정 질문입니다
2009.01.25 13:49
빨간색으로 표시한 곳을 오른쪽 녹색 서브메뉴와 합치고 싶은데요
윗 부분 헤더에서 떼어 내고 싶습니다.
layout.html을 수정하면 될 거 같은데요. 어디를 어떻게 수정을 하면 될까요?
레이아웃은 mjworks_standardV1 입니다.
common.css 파일도 수정해야 하려나요?
답변 부탁드려요
http://tmdrbs022.ffcomputing.com/xe 로 오시면 보실 수 있습니다. 제 홈페이지를.....
#bodyWrap { margin:0 auto; width:990px; position:relative; padding:0 10px; background:url(../images/mainmenu_bg.png) left top repeat-x #1a1a1a; } /* Header - 로고, 1차메뉴, 로그정보, 추가메뉴, 검색폼 */ #headerWrap { width:990px; height:160px; overflow:hidden;} #logo { position:absolute; left:0px; top:0px; height:160px; width:200px; overflow:hidden;} #menuBoxWrap { padding:65px 0 0 190px; float:left; position:relative;} #menuBox {width:620px; height:95px; list-style:none; } #headerRight { float:right; width:170px; background:url(../images/extranav_bg.png) left top repeat-x; overflow:hidden;} #headerRight ul { margin:5px 0; padding:5px 0 5px 10px; float:left; list-style:none; height:100px; overflow:hidden;} #headerRight ul li {list-style:none; height:25px;} #headerRight ul li a #headerRight ul li a:focus, #headerRight ul li a:hover { text-decoration:underline; color:#999999;} #Log { width:75px} #extraMenu { width:74px; border-left:#1a1a1a 1px solid;} #searchBox {background:url(../images/search_bg.png) left top; width:150px; padding:11px 10px 0 10px; height:30px; overflow:hidden; float:left;} #searchBox .searchKeyword #searchBox .searchButton { float:right; position:relative;} /* Content - 컨텐츠출력부, 우측메뉴 */ #contentWrap {width:990px; position:relative; overflow:hidden;} #leftColumn { width:800px; float:left; padding:10px 0 10px 10px; position:relative; background:url(../images/content_top.png) left top no-repeat #FFFFFF; overflow:hidden;} #contentBtom { position:absolute; left:0px; bottom:0px; width:10px; height:10px; background:url(../images/content_btom.png); overflow:hidden; z-index:999;} #rightColumn {width:172px; float:right; overflow:hidden;} .rightDiv {width:150px; padding:5px 10px 5px 12px;} |
common.css 파일내용입니다 headerWrap 을 수정해야 하려나요?
제가 질문 드리는거는 이렇게 구성을 바꿀수 있는 방법입니다 답변좀 부탁드려요