includes/clientside/static/messagebox.js
changeset 1091 bb8e04f74819
parent 906 c949e82b8f49
child 1125 367768040a61
--- a/includes/clientside/static/messagebox.js	Fri Aug 21 13:50:20 2009 -0400
+++ b/includes/clientside/static/messagebox.js	Fri Aug 21 13:50:45 2009 -0400
@@ -66,7 +66,7 @@
     master_div.style.top = '-10000px';
     master_div.style.position = ( IE ) ? 'absolute' : 'fixed';
   }
-  z = ( aclDisableTransitionFX ) ? document.getElementById('specialLayer_darkener').style.zIndex : getHighestZ();
+  z = ( aclDisableTransitionFX ) ? document.getElementById('specialLayer_darkener').style.zIndex + 1: getHighestZ() + 1;
   mydiv.style.backgroundColor = '#FFFFFF';
   mydiv.style.padding = '10px';
   mydiv.style.marginBottom = '1px';