使用绝对位置时下拉菜单根本不可见

Drop down menu not visible at all when using position absolute

我正在创建一个下拉菜单,但在使用 position: absolute; 时似乎根本无法显示子菜单;在子菜单上(尝试复制 bootstrap 下拉菜单)。

我所追求的只是让它显示为 bootstrap 下拉菜单的解决方案。

http://getbootstrap.com/examples/navbar/

这是因为您在 header.container#header-navigation 元素上设置了 overflow: hidden;

删除或将其更改为 visible,您的下拉菜单将正常工作。