/* 업무 메뉴 layer 1 스타일 */ .task_menu_layer1 { position:absolute; left: 26px; top: 21px; z-index:1; visibility:hidden; width:300px; background-color:#ffffff; border-width: 0; border-radius: 5px; /* 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: #adadad; } /* 업무 메뉴의 윗쪽 경계선 이미지 */ .task_menu_layer1_top_border { width : 300px; height : 13; background: url(/mis/images/common/tree_menu/top.gif); background-size: 100% 100%; background-repeat: no-repeat; } /* 업무 메뉴의 아래쪽 경계선 이미지 */ .task_menu_layer1_bottom_border { width : 300px; height : 8; background: url(/mis/images/common/tree_menu/bottom.gif); background-size: 100% 100%; background-repeat: no-repeat; } /* 업무 메뉴 layer 1 안의 div 스타일 (실제 업무 메뉴 트리가 나타나는 부분) */ .task_menu_layer1_div { position:relative; left: 4; top:0; width:288px; height:700px; background-color:#d3dbe6; overflow:auto; border: 1px solid #adadad; font-size:8pt; }