Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个工作的超级鱼导航栏,但我希望子菜单弹出而不是关闭,因为我的主题需要它。可以在这里看到 superfish 导航栏示例。
我已经查看了 css 代码,如果您在 .sf-menu ul 部分中将 top:100% 更改为 bottom:100%,那么它将起作用。
.sf-menu ul { bottom:100%; display:none; left:0; position:absolute; z-index:99; }