묻고답하기



안녕하세요 이번에 제로4에서 zbxe로 넘어와서
mjworks의 스킨으로 꾸미는 중인데, 역시 검색신공만으로는 한계가 있어서
이렇게 참다가 질문하나 드려보아요



위의 상단메뉴 부분인데, 저는 한글로 구성한지라 너무 촌스럽게 나오더라구요.ㅠㅠ

그래서 나름 생각한게 플래쉬로 메뉴를 만들었는데,
문제는 이걸 부착하기가 ;;;;너무 어렵더라구요.

layout.html을 보면

<!-- 공통파일 -->

<!--%import("js/common.js")-->
<!--%import("css/common.css")-->

<!-- 상단메뉴 컬러셋 -->
<!--@if($layout_info->top_menu == "green")-->
    <!--%import("css/green_top.css")-->
<!--@elseif($layout_info->top_menu == "blue")-->
    <!--%import("css/blue_top.css")-->
<!--@else-->
    <!--%import("css/red_top.css")-->
<!--@end-->

<!-- 서브메뉴 컬러셋 -->
<!--@if($layout_info->sub_menu == "green")-->
    <!--%import("css/green_sub.css")-->
<!--@elseif($layout_info->sub_menu == "blue")-->
    <!--%import("css/blue_sub.css")-->
<!--@else-->
    <!--%import("css/red_sub.css")-->
<!--@end-->


이렇게 나와있는데, 살짝 보니 css를 손대야 할것 같구 그래서 greentop.css 부분을 보면

@charset "utf-8";
/*
상단메인메뉴 레드컬러셋
*/

#menuBox .menuItem { margin-right:10px; float:left; display:block; float:left;}

#menuBox .menuItem .menuLeftBG {   width:4px;    height:95px;    float:left;}

#menuBox .itemSelect .menuLeftBG {background:url("../images/green/select_l.png") no-repeat top;}

#menuBox .itemOn .menuLeftBG {background:url("../images/green/over_l.png") no-repeat top;}

#menuBox .itemOff .menuLeftBG {}

#menuBox .menuItem .menuText {height:83px;   white-space:nowrap;   font:14px Tahoma, Arial, "맑은고딕", "돋움"; letter-spacing:1px; padding:12px 15px 0 15px;    float:left;}

#menuBox .itemSelect .menuText {background:transparent url("../images/green/select_bg.png") repeat-x top;}

#menuBox .itemSelect .menuText a {color:#000000; text-decoration:none;}

#menuBox .itemOn .menuText {background:transparent url("../images/green/over_bg.png") repeat-x top; }

#menuBox .itemOn .menuText a {color:#000000;  text-decoration:none; }

#menuBox .itemOff .menuText {}

#menuBox .itemOff .menuText a { color:#ededed; text-decoration:none; }

#menuBox .menuItem .menuRightBG { width:4px; height:95px; float:left;}

#menuBox .itemSelect .menuRightBG {background:transparent url("../images/green/select_r.png") no-repeat top;}

#menuBox .itemOn .menuRightBG {background:transparent url("../images/green/over_r.png") no-repeat top;}

#menuBox .itemOff .menuRightBG {}


이렇게 나와있는데;;;
도대체 어디를 손을 봐야..플래쉬 메뉴가 잘 들어갈까요??

그리고 또 원래 레이아웃스킨의 메뉴를 없애도, 하이퍼 텍스트로 기본에 설정된 메뉴가 뒷편에 보이던데;;;
그것도 처리해야할것같고...아..정말 잠도 못자구 힘드네요.ㅠㅠ


도움좀 부탁드립니다.




p.s 저는 왜 파일첨부 버튼을 누르면.....파일첨부 창이 안뜰까요??? -_-;;;