묻고답하기

2.jpg  

- 사용위젯: 메뉴출력기(navigator) 0.1 by zero

 

안녕하세요. 다름이 아니라 [메뉴 출력] 위젯을 3단 레이아웃 왼쪽에 사용을 하려고 합니다.

그런데 위의 사진을 보면 Front Page 이하 모든 메뉴들을 좌측 정렬(좌측마진없이)로 사용을 하고 싶은데

해당 skin/tree/widget.css 파일을 아무리 건드려봐도 변화가 없네요. 어느 부분을 수정해야 하는지 알려주시면 정말 감사하겠습니다.

 

[widget.css] 파일 내용

 

@charset "utf-8";

/* Widget Tree */
.widgetTree { margin-top:10px;}
.widgetTree *{ margin:0; padding:0; font-size:12px;}
.widgetTree a strong{ letter-spacing:-1px; cursor:pointer; _cursor /**/:hand;}
.widgetTree ul{ position:relative; display:block; padding:3px 0 0 0 !important; zoom:1;}
.widgetTree ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
.widgetTree ul li .nav_tree_label,
.widgetTree ul li .sum{ position:relative; left:16px; _left /**/:0; top:0; font-style:normal;}
.widgetTree ul li a {text-decoration:none; }
.widgetTree ul li a.selected {font-weight:bold;}
.widgetTree ul li button{ display:inline-block; position:relative; _left /**/:-16px; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -2px -2px; text-indent:-10000px; *text-indent:0; *font:0/0 Sans-serif; border:none; cursor:pointer; _cursor /**/:hand;}
.widgetTree ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background-position:left top;}
.widgetTree ul li ul li{ display:none;}
.widgetTree ul li.nav_tree_on button{ background-position:0 -13px; *background-position:2px -11px;}
.widgetTree ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
.widgetTree ul li.nav_tree_on ul{ display:block;}
.widgetTree ul li.nav_tree_on ul li{ display:block;}
.widgetTree ul li.nav_tree_off ul{ display:none;}
.widgetTree ul li.nav_tree_off ul li{ display:none;}
.widgetTree .icon{ position:relative; left:16px;}

/* widgetTree */
.widgetTree{ color:#333;}
.widgetTree a{ color:#333;}

/* Widget Tree */
.widgetTree ul{ background:url(../img/white/lineTreeVr.gif) repeat-y 0 -1px;}
.widgetTree ul li{ background:url(../img/white/lineTreeHr.gif) no-repeat 1px 5px !important;}
.widgetTree ul li button{ background:url(../img/white/buttonTreeCollapse.gif) no-repeat;}
.widgetTree ul li.nav_tree_last{ background:url(../img/white/lineTreeLastHr.gif) no-repeat 0 5px !important;}

/* Widget Tree */
.widgetContainer.black .widgetTree { margin-top:10px;}
.widgetContainer.black .widgetTree *{ margin:0; padding:0; font-size:12px;}
.widgetContainer.black .widgetTree a strong{ letter-spacing:-1px; cursor:pointer; _cursor /**/:hand;}
.widgetContainer.black .widgetTree ul{ position:relative; display:block; padding:3px 0 0 0 !important; zoom:1;}
.widgetContainer.black .widgetTree ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
.widgetContainer.black .widgetTree ul li .nav_tree_label,
.widgetContainer.black .widgetTree ul li .sum{ position:relative; left:16px; _left /**/:0; top:0; font-style:normal;}
.widgetContainer.black .widgetTree ul li a {text-decoration:none; }
.widgetContainer.black .widgetTree ul li a.selected {font-weight:bold;}
.widgetContainer.black .widgetTree ul li button{ display:inline-block; position:relative; _left /**/:-16px; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -2px -2px; text-indent:-10000px; *text-indent:0; *font:0/0 Sans-serif; border:none; cursor:pointer; _cursor /**/:hand;}
.widgetContainer.black .widgetTree ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background-position:left top;}
.widgetContainer.black .widgetTree ul li ul li{ display:none;}
.widgetContainer.black .widgetTree ul li.nav_tree_on button{ background-position:0 -13px; *background-position:2px -11px;}
.widgetContainer.black .widgetTree ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
.widgetContainer.black .widgetTree ul li.nav_tree_on ul{ display:block;}
.widgetContainer.black .widgetTree ul li.nav_tree_on ul li{ display:block;}
.widgetContainer.black .widgetTree ul li.nav_tree_off ul{ display:none;}
.widgetContainer.black .widgetTree ul li.nav_tree_off ul li{ display:none;}
.widgetContainer.black .widgetTree .icon{ position:relative; left:16px;}

/* widgetTree */
.widgetContainer.black .widgetTree{ color:#999;}
.widgetContainer.black .widgetTree a { color:#999;}

/* Widget Tree */
.widgetContainer.black .widgetTree ul{ background:url(../img/black/lineTreeVr.gif) repeat-y 0 -1px;}
.widgetContainer.black .widgetTree ul li{ background:url(../img/black/lineTreeHr.gif) no-repeat 1px 5px !important;}
.widgetContainer.black .widgetTree ul li button{ background:url(../img/black/buttonTreeCollapse.gif) no-repeat;}
.widgetContainer.black .widgetTree ul li.nav_tree_last{ background:url(../img/black/lineTreeLastHr.gif) no-repeat 0 5px !important;}

 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
ㄲ ㅏ ㅊ ㅣ 코드 하이라이트 적용시 문제 .. file  
곽곽이 메뉴 형식을 바꾸고 싶습니다 file  
파표 이 오류는 뭔가요? [1] file 2012.07.24 by 파표
luvhakodate 게시판 + 블로그 병행 질문드립니다!  
jjjnnn Content 위젯의 탭을 내가 만든 이미지로 쓸수 있을까요?  
Golden-mean 자동 로그인시 로그인 불가 오류 관련 문의  
챨스스 XE설치중 ... 여기서 멈춤고......넘 힘들어 질문드립니다. [1] file 2012.07.24 by 이동일636
맘다리기 index.php 경로 변경 [1] 2012.07.24 by 송동우
YO-DA Open ID 로그인 방식 요즘도 쓰고 있는지요?  
YO-DA {@$identifierForm->name = $member_config->identifier;} 해석 좀 부탁^^ [1] 2012.07.24 by 송동우
별을 사랑했네 게시판 확장 컴포넌트 멀티미디어 링크 [1] 2012.07.24 by 송동우
ds5net 다운로드할 수 있는 권한이 없습니다. [2] 2012.07.24 by 송동우
괴도라치 댓글에 첨부 한 파일 최근 이미지 위젯에 나오게 하기 [1] 2012.07.24 by 송동우
Yoon 위젯 추가시 위치문제  
행운2 모바일 홈페이지로만 접속이되네요.  
이찌부 첨부화일 업로드할때 에러코드 발생. Error Code : Security Error .... [2] file 2012.07.24 by 이찌부
호비1 textyle 환경설정 중 발행. 대화 설정에서 member_srl 에러 메세지  
영무니 홈페이지 하단에 문구가 나옵니다. file  
킥킥님 XE 설치 시 DB 계정 권한 관련 질문  
그시간이후 완전 초보입니다. 메인에 이미지 슬라이드를 넣고 싶어요.