[pLog-svn] r6179 - plog/trunk/js/ui

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jan 28 09:12:38 EST 2008


Author: mark
Date: 2008-01-28 09:12:38 -0500 (Mon, 28 Jan 2008)
New Revision: 6179

Modified:
   plog/trunk/js/ui/contentoverlay.js
Log:
Fixed the modal panel behind the mask.

YUI is really buggy in some case .. :(, I really have no idea why the original code works in firefox, but works weird in IE6/7.

Modified: plog/trunk/js/ui/contentoverlay.js
===================================================================
--- plog/trunk/js/ui/contentoverlay.js	2008-01-28 14:07:10 UTC (rev 6178)
+++ plog/trunk/js/ui/contentoverlay.js	2008-01-28 14:12:38 UTC (rev 6179)
@@ -13,6 +13,7 @@
 			width:"660px",
 			close: true,
 			draggable: false,
+			zIndex:15000,
 			effect:{effect:YAHOO.widget.ContainerEffect.FADE, duration: 0.25},
 			underlay:"shadow",
 			modal:true



More information about the pLog-svn mailing list