I have an absolute positioned div which works like a tooltip. On mouse over of an element it shows and then hides at mouse out. I have few elements i
Try:
form, select, options{ z-index:10;}
Perhaps the form tag is giving it the overlay. It should work as you have it, as IE does take into account z-index.
Regards, -D