includes/clientside/static/dropdown.js
changeset 680 4cc27e7abd60
parent 582 a38876c0793c
child 806 543c05f86303
--- a/includes/clientside/static/dropdown.js	Mon Aug 11 19:52:41 2008 -0400
+++ b/includes/clientside/static/dropdown.js	Mon Aug 11 21:32:52 2008 -0400
@@ -82,6 +82,7 @@
                 var ul = obj.childNodes[i].nextSibling;
                 domObjChangeOpac(0, ul);
                 ul.style.display = 'block';
+                ul.style.zIndex = getHighestZ() + 2;
                 var dim = fetch_dimensions(ul);
                 if ( !ul.id )
                   ul.id = 'jBoxmenuobj_' + Math.floor(Math.random() * 10000000);