Bootstrap dropdowns menus appearing behind other elements - IE7

后端 未结 7 2029
南方客
南方客 2020-11-28 07:59

I\'m using Bootstrap 2.3.1 http://twitter.github.io/bootstrap/index.html

So I\'m using their \'dropdown-menu\' class to create some simple quick use dropdown menus,

7条回答
  •  甜味超标
    2020-11-28 08:17

    If increasing the z-index of the parent element(as mentioned in other answers) did not work for you, it could be that one of the parent elements has "overflow: hidden;" Try removing it and see if it works.

提交回复
热议问题