includes/clientside/static/ajax.js
changeset 209 8a00247d1dee
parent 179 36b287f1d85c
child 211 753dabeca1ee
--- a/includes/clientside/static/ajax.js	Sat Oct 27 13:54:44 2007 -0400
+++ b/includes/clientside/static/ajax.js	Sun Oct 28 14:32:13 2007 -0400
@@ -1192,6 +1192,7 @@
   mydiv.style.position = 'absolute';
   mydiv.style.top = '0px';
   mydiv.id = 'autoCaptcha';
+  mydiv.style.zIndex = String( getHighestZ() + 1 );
   var img = document.createElement('img');
   img.onload = function()
   {