动态重新定位导航菜单

发布于 2024-11-18 14:09:12 字数 175 浏览 1 评论 0原文

我想为 WordPress 主题创建一个导航菜单,其功能与 http:// 上的顶部导航完全相同www.duarte.com/。 例如,如果您单击“团队”,主导航将移至左侧,子导航将显示在右侧。此外,它需要与自定义菜单功能配合使用。

I'd like to create a nav menu for a WordPress theme that will function exactly the same as the top navigation on http://www.duarte.com/.
For example, if you click on 'Teams', the main nav moves to the left, and the sub nav appears on the right. Addtionally, it needs to works with the custom menus features.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘴硬脾气大 2024-11-25 14:09:12

它应该与 display:block; 一起使用。 float:right; 将此 css 样式添加到菜单和子菜单中。

It should work with display:block; float:right; Add this css style to the menu and the submenu.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文