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.
我正在使用以root为主题的wordpress来构建网站。
我一直在尝试让下拉菜单在悬停时在下面的一行中显示每个父母的孩子。
以前有没有其他人这样做过,或者对从哪里开始有任何建议?
谢谢
将此添加到我的 CSS 中得到了预期的效果
ul.nav li.dropdown:hover > ul.dropdown-menu{ display: -webkit-inline-box; }