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,
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.