From 3d5be54c951168a69d95f03f460dcba584557c05 Mon Sep 17 00:00:00 2001 From: inureyes Date: Fri, 23 May 2008 17:49:37 +0000 Subject: [PATCH] =?UTF-8?q?=20#897=20=20*=20=ED=95=84=EC=9A=94=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EC=BD=94=EB=93=9C=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/piece/owner/header.php | 52 -------------------------------- script/owner.js | 16 ---------- style/admin/whitedream/basic.css | 12 +++----- 3 files changed, 5 insertions(+), 75 deletions(-) diff --git a/lib/piece/owner/header.php b/lib/piece/owner/header.php index 8ee1eb8ac..29df9a4f9 100755 --- a/lib/piece/owner/header.php +++ b/lib/piece/owner/header.php @@ -450,59 +450,7 @@ ?>

- - diff --git a/script/owner.js b/script/owner.js index 517b5f4c6..122fdf455 100644 --- a/script/owner.js +++ b/script/owner.js @@ -73,20 +73,4 @@ function rolloverClass(obj, type) { } } } - -var currentSubmenuContents = ''; - -function previewSubmenu(topmenu) { - var menu = document.getElementById('submenu-'+topmenu); - contents = menu.innerHTML; - if(currentSubmenuContents == '') currentSubmenuContents = document.getElementById('sub-menu').innerHTML; - document.getElementById('sub-menu').innerHTML = contents; - return true; -} - -function revertSubmenu() { - if(currentSubmenuContents == '') return true; - else document.getElementById('sub-menu').innerHTML = currentSubmenuContents; - return true; -} //]]> diff --git a/style/admin/whitedream/basic.css b/style/admin/whitedream/basic.css index 9a788645c..ce5a8131d 100644 --- a/style/admin/whitedream/basic.css +++ b/style/admin/whitedream/basic.css @@ -302,33 +302,31 @@ textarea { display : block !important; width : 150px; - background-color : #EEE; color : #222; position : absolute; z-index : 999; top : 33px; left : 0; border : solid 1px #CCC; + background-color : #EEE; background-image : url("./image/bg_menu_selected.png"); background-repeat : no-repeat; + filter : alpha(opacity=90); + opacity :.90; background-position : -80px -33px; padding-bottom : 10px; } -#main-menu li:hover ul:hover -{ - display : block; -} - #main-menu li:hover ul:hover { + display : block; float : none; margin : 0; } #main-menu li:hover ul li.firstChild { - margin-top:5px; + margin-top : 5px; } #main-menu li:hover ul li