묻고답하기

안녕하세요~

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

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


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

그냥 썰렁해도 내가 만들어 보자~ 해서 시작한것이.. 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 남기남
이찬희342 해결 [1] 2011.01.25 by 마리모
Yewon@ 원격발행이 안됩니다!!  
hellosamyoo 소셜XE 좀더 쉬게 인터페이스 불가능할까요? [1] 2011.03.05
hellosamyoo 잘 사용하던 XE보드내 "그림 업로딩 문제"가 있네요? 혹시 아시는 분? [1] 2011.03.10 by hellosamyoo
최은실440 mysql_error에러 갑자기 글이 안써져요  
hellosamyoo 제안 2개만 하고 싶습니다~ (친절한 답변 부탁합니다!)  
권혁신165 error code: http error, file mame: p101116001.jpg, message: 403 [1] 2011.06.11 by 송동우
Ruz 게시물 댓글이 작성되지않습니다. [3] 2011.06.23 by 앙띠2
컴박살 스마트 레이아웃 0.9.5 를 적용하면 다음과 같은 메세지가 나오네요 ㅡ.ㅡ; [1] 2011.10.27 by 컴박살
mychul5 회원가입시 '비밀번호 찾기 질문/답변' 항목이 나오질 않고 회원설정에서 설정불가능 file  
HoDong zb4.1 에서 XE1.5.1.2로 회원정보 및 게시판 데이터 db 이전시 추출한 xml 데이터가 이전이 모두 완료가 안될 때 어떻게 해야 하나요?ㅠ  
nojinkyu 제로보드와 2008R2 서버 연동  
카나푸 로그인 안하면 외부페이지 열람 못하게 할려고 하는데..가르쳐 주세요.  
카나푸 제로보드 설치후 관리화면이 이상해요 [1] 2012.02.26 by 윈컴이
하얀의자 MemberSignUpForm, loginForm 문의 file  
광오문주 드롭메뉴를 안보이게 하려고합니다. [1] file 2012.04.09 by 송동우
star_key 2차메뉴앞에 이것을 없애는 방법좀??? [1] file 2012.04.18 by 에릭리카드
jabcho 2차 메뉴를 가로 로 말고 세로 로 출력하는것 알고싶습니다~ file  
류중근 어느 정도 시간이 지나면 로그아웃돼 버리는데 계속 유지할 순 없을까요? [2] 2012.06.16 by 류중근
naverman 글을 올리면 글이 가운데로 정렬, 굵게 나오네요.