diff --git a/phpgwapi/templates/idots/js/simple_show_hide.js b/phpgwapi/templates/idots/js/simple_show_hide.js index 1363578e72..8615b9175f 100644 --- a/phpgwapi/templates/idots/js/simple_show_hide.js +++ b/phpgwapi/templates/idots/js/simple_show_hide.js @@ -15,6 +15,9 @@ //var isNS4 = false; //var isNS6 = false; // constructor + +var IEzindexworkaround=false; // set this true to enable the IE z-index bugfix + function ypSlideOutMenu(id, dir, left, top, width, height,pos) { @@ -148,16 +151,17 @@ function ypSlideOutMenu(id, dir, left, top, width, height,pos) ypSlideOutMenu.showMenu = function(id) { //temporarly hide all selectboxes to fix IE bug with z-index - if(document.all) + if(IEzindexworkaround && document.all) { for (var i=0; i