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
As per the specifications (http://docs.webplatform.org/wiki/html/elements/option)
Except for background-color and color, style settings applied through the style object for the option element are ignored.
And hence the z-index property is ignored and the default behavior is to show the drop down above all elements on the document.