묻고답하기

안녕하세요~

제로보드와 웹페이지 쪼물딱쪼물딱 한지 보름정도 되어가고있습니다.

책에도 안나오고 그래서 궁금해서 여쫘 보려고 글을 적어보아요.


처음에 이것저것 스킨들 조합 시켜보고 하다가..

그냥 썰렁해도 내가 만들어 보자~ 해서 시작한것이.. user_layout 열어보고 아주조금 이해가 갈려던 찬라에 큰벽에 봉착했습니다.


보통 메뉴를 보면.. 보통 1차메뉴 나오고 아래로2차 메뉴 쭈루룩, 또 옆에도 1차 그 아래 쭈루룩..이런식으로 나오는데요..


이렇게 .. 나오는 것을

1차메뉴  1차메뉴  1차메뉴  1차메뉴 

2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴

2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴

2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴

2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴




요로코롬.. 바꾸는것.

1차메뉴  -  2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴

1차메뉴  -  2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴

1차메뉴  -  2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴

1차메뉴  -  2차메뉴 -2차메뉴 -2차메뉴 -2차메뉴


이런방식으로 보여지게 하려면. css인가를 만져주면 가능한 것일까요? 몇일동안 검색해봐도 자세한 내용이 검색이 안되고 해서..

마지막으로 물어보고 포기하려합니다.;ㅠ0ㅠ


가능하다면 수정방법을 전수좀해주시면 감사하겠습니다~~~~~~~~



layout.html

<div class="ctrl_top_menu">
			<hr />
			<ul>
				<li loop="$jungle_menu->list=>$key1,$val1" class="active"|cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a>
					<ul cond="$val1['list']">
						<li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a></li>
					</ul>
				</li>
			</ul>
		</div>



layout.css

@charset "utf-8";
/* 리셋 */
body,p,h1,h2,h3,h4,h5,h6,menu,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,hr{margin:0;padding:0}
body,input,textarea,select,button,table{line-height:1.5em}
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block}
button,input[type=submit],input[type=reset],input[type=button]{cursor:pointer;overflow:visible}
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:underline}

/* Layout */
hr{display:none}
form, fieldset{border:0;margin:0;padding:0}
a{text-decoration:none; color:#808080; }

.ctrl_layout{width:980px;margin:0 auto}


.ctrl_header{zoom:1;background:#fff}

.ctrl_header:after{content:"";display:block;clear:both}
.ctrl_header { width:980px; height:180px; display:inline; float:left; margin:0 0 5px 0; }

.ctrl_top_logo { width:200px; height:170px; margin: 0 0 0 5px; float:left; }

.ctrl_top_menu { width:740px; height:180px; float:right; margin:10px 0 0 10px;  }
.ctrl_top_menu li { list-style-type:none; float:left; padding:0; width:120px; height:20px; font-size:12px; text-align:left; }
.ctrl_top_menu li.active a { color: #2879ff; }
.ctrl_top_menu li a:hover{color:#f00}


.ctrl_body{margin:20px 0;zoom:1;background:#fff}
.ctrl_body:after{content:"";display:block;clear:both}
.ctrl_mid_menu{float:left;width:200px;background:#fff}
.ctrl_log{}
.ctrl_content{float:right;width:740px;background:#fff}


.footer{width:980px; height:40px; background-color:#dcdcdc; float:center; }
#footer{padding:10px;text-align:center;border-top:1px solid #999}
/* 하단 메뉴 */

#bot_menu_mn li{display:inline-block;*display:inline}
#bot_menu_mn li:before{content:"";display:inline-block;height:9px;border-left:1px solid #CCC}
#bot_menu_mn li:first-child:before{border:1}
#bot_menu_mn li a{display:inline-block;padding:0 15px 4px;color:#000}
#bot_menu_mn li a:hover{color:#000}
#foot_copy a {text-align:center;margin: 0;line-height:14px;text-decoration:none;color:#fff;}


2342345.png 



태그 연관 글
  1. [2017/01/12] 묻고답하기 admin 페이지 메뉴 오류 by 쿠닌 *2
  2. [2016/10/13] 묻고답하기 어드민 페이지 메뉴 by 쿠닌 *2
  3. [2015/01/12] 묻고답하기 사이트 메뉴 편집에서 메뉴 이름 수정이 되지 않습니다. by 구큰타 *7
  4. [2014/06/06] 묻고답하기 메뉴를 추가했으나.. 메인페이지에서 안보이네요..ㅠㅠ by 야옹잉 *2
  5. [2014/01/05] 묻고답하기 메뉴 생성 수정 않될때, 로그인 풀릴때- 자문자답형식의 묻고 답하기 by 알통
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
김선생™ 메뉴수정,메뉴변경,메뉴삭제 안돼는 문제 ,, 게시글에 첨부파일 추가 안돼던것 해결했습니다. file  
글쓴이 자체제작 플래시메뉴사용시 브라우저별 차이점은 어떻게... [3] 2009.07.16 by 백성찬
어진꽃 메뉴 추가 및 수정이 안됩니다. [2] 2009.07.27 by 어진꽃
해미 로고 옆 상단메뉴 출력 어떻게 해야하나요 ?  
판다몬 메인메뉴바와 게시판 위치에 대해서 조언좀 해주세요 :) file  
원무 저도 xe 1.4.3. 설치후 메뉴 생성이 안되네요ㅠ.ㅠ [1] 2010.07.23 by HolyJohn
퍼플코드 baedalnet 레이아웃과 롤오버 메뉴 [1] 2010.08.22 by ForHanbi
이철우707 홈페이지에서 하부 메뉴가 안나타나네요 file  
주하니 모바일 뷰 기본홈을->기본메뉴로 나타내기  
초보9단 레이아웃 스킨(XE Official Ver2 ver. 0.2)의 우상단 login register 등의 글자를 키우는 방법? [1] 2010.09.12 by ForHanbi
:DunhillBoy ㅠㅠ 서버이전 후 에러... 도와주세요. [1] 2010.09.28 by Gekkou
푸른여행 Core ver. 1.4.3.1 입니다. 메뉴 관리에서 메뉴Tree가 안보입니다. [3] 2010.10.12 by 푸른여행
머구리 메뉴 관리의 메뉴가 보이질 않아요~ [2] file 2010.11.14 by 넷원
HolyJohn 2차 메뉴 출력 방법을 알려주세요  
영구만세 카테고리선택후 부메뉴 깨짐현상 file  
Doo XE설치 이후 메뉴 생성 문제입니다.  
999 관리자 페이지 - 메뉴 관리에서 [1] 2011.01.12
리송송 [자바스크립트] 마우스아웃해도 서브메뉴가 보이는문제..  
이동화309 메뉴 아닌 곳에 New 마크 달기.  
fneathe 특정 메뉴에서 페이지의 일부분 안보이게 하기 [1] 2011.02.13 by 오월동주