In my web page there is one div element set to relative.
Inside that div I have two divs one above the other & both are set absolute.
When I mouse over the inner divs there height increases downward to show more options.
The problem is when the inner div which is on the top increases on mouse over, it goes beneath the div which is at the bottom.
To solve the problem I set the z-index of the top div to higher than the bottom div. But the problem persists.
Note: The problem is solved in mozilla browser using z-index but not in Internet Explorer.
Its not working on IE 7 either. Can you try to set the z-index of #rowbox1, #rowbox2 etc and see if it works. I tried it after downloading the file but then IE fails to load the file so you'll have to try it yourself...