IE z-index relative/absolute bug in list

后端 未结 8 1885
迷失自我
迷失自我 2020-12-31 08:12

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

8条回答
  •  春和景丽
    2020-12-31 08:52

    adding

    background: url(blank.gif); 
    

    for absolutely positioned elemnts solves the problem for me. Mybe it can helps u 2 :)

    regards

提交回复
热议问题