/* 업무 메뉴 layer 1 스타일 */ .task_menu_layer1 { position:absolute; left: 25px; top: 23px; z-index:1; visibility:hidden; width:240px; background-color:#ffffff; border-width: 0; /* position:absolute; width:280px; height:425px; z-index:1; left: 25px; top: 23px; visibility:hidden; background-color:#f7f7f7; border:groove 1px black; */ } /* 업무 메뉴 안의 테이블 중 좌우 경계를 표시 */ .task_menu_layer1_side_border { border-style: solid; border-width : 0 1 0 1; border-color: #E3E4E4; } /* 업무 메뉴의 윗쪽 경계선 이미지 */ .task_menu_layer1_top_border { width : 240; height : 13; background: url(/mobile/images/common/tree_menu/top_1.gif) 0% 0%; background-repeat: no-repeat; } /* 업무 메뉴의 아래쪽 경계선 이미지 */ .task_menu_layer1_bottom_border { width : 240; height : 8; background: url(/mobile/images/common/tree_menu/bottom_1.gif) 0% 0%; background-repeat: no-repeat; } /* 업무 메뉴 layer 1 안의 div 스타일 (실제 업무 메뉴 트리가 나타나는 부분) */ .task_menu_layer1_div { position:relative; left: 4; top:0; width:230px; height:580px; background-color:#d3dbe6; overflow:auto; border: 1px solid #adadad; }