Index: openacs-4/packages/ajaxhelper/www/resources/yui/menu/assets/menu.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/resources/yui/menu/assets/menu.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/www/resources/yui/menu/assets/menu.css 21 Oct 2006 06:14:59 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/resources/yui/menu/assets/menu.css 25 Dec 2006 16:40:03 -0000 1.2 @@ -2,7 +2,7 @@ Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.txt -Version: 0.11.3 +Version: 0.12.1 */ @@ -11,15 +11,22 @@ div.yuimenu { - z-index:1; - visibility:hidden; background-color:#f6f7ee; border:solid 1px #c4c4be; padding:1px; } +/* Submenus are positioned absolute and hidden by default */ +div.yuimenu div.yuimenu, +div.yuimenubar div.yuimenu { + + position:absolute; + visibility:hidden; + +} + /* MenuBar Styles */ div.yuimenubar { @@ -29,12 +36,12 @@ } /* - Application of "zoom:1" triggers "haslayout" in IE so that the module's + Applying a width triggers "haslayout" in IE so that the module's body clears its floated elements */ div.yuimenubar div.bd { - zoom:1; + width:100%; } @@ -263,22 +270,12 @@ height:8px; width:8px; - margin:0 -16px 0 10px; + margin:0 -16px 0 0; + padding-left:10px; border:0; - *margin-left:0; - *border-left-width:10px; - *border-style:solid; - *border-color:#f6f7ee; - } -div.yuimenu li.yuimenuitem.selected img.selected { - - *border-color:#8c8ad0; - -} - div.yuimenu li.checked { position:relative; @@ -290,10 +287,11 @@ height:8px; width:8px; margin:0; + padding:0; border:0; position:absolute; left:6px; - _left:-16px; /* Underscore hack b/c this is for IE 5.5 and IE 6 only */ + _left:-16px; /* Underscore hack b/c this is for IE 6 only */ top:.5em; } \ No newline at end of file