I wouldn't want to run your Active X code without being certain it wouldn't harm my system. However, the script is so huge that it would take quite a bit of reading to determine its safety. I can tell you that the issue you are talking about usually can be dealt with using z-index style, as long as object (all IE, except for Flash objects which can have their wmode set to transparent) and select (IE 6 and less) tags are not involved. Selects in IE 6 and less may be dealt with using z-index and an 'iframe shim', or by simply moving the select tag away from any region of potential conflict.
As regards your script, this could possibly be worked out like:
Code:
j_menu_item_div2.style.zIndex = 10000;
for an element that you want to stack on top of others. The higher the z-index, the closer to your eye the element gets.
Bookmarks