Chris Baron wrote:What are you trying to do?
Hi Chris !
I have created following "div" hierarchy:
<DIV id="divTabFrame">
<DIV id="child1">Child1</DIV>
<DIV id="child2">Child2</DIV>
<DIV id="child3">Child3</DIV>
<DIV id="child4">Child4</DIV>
</DIV>
If you notice in the details of my original question,<DIV id="child4">Child4</DIV> is having highest z-index order i.e. "4".
Hence I am expecting <DIV id="child4">Child4</DIV> ontop of other divs having lesser z-index value.
But it's not happening in IE7 , specifically.
Problem scenario cleared ?
Thanks,
Gajendra