I have the following navigation where .topNav has position:relative and subnav has position:absolute. I cant get the sublist to appear over the main list due to z-index prob
Similar to answer by @Orhaan, setting a background property to the absolute element is the only solution that worked for me...
background-color: rgba(0,0,0,0);
Thanks Alex Leonoard
This did the trick for me. ;)
http://ltslashgt.com/2007/05/16/relative-zindex-and-ie/