如何向现有菜单添加下拉扩展
我需要修改现有的菜单,只需添加几行即可使其下拉。 有人可以给我一个代码,以便我可以将其添加到菜单 CSS 中吗? 我想我需要添加类似 > 的内容乌里里<但我不确定....
它在线路之后 /* 子菜单---------
请查看我的页面源代码并告诉我需要做什么修改
view-source:http://www.ellinikoarxeio.com/
(如果您使用 google chrome 查看它,则为第 177 - 210 行,然后是页面链接的第 723 行...
I need to modify my existing menu and just add few more lines to make it drop down.
Can someone please give me a code so i can add it to the Menu CSS?
I think I need to add something like > ul li li < but im not sure....
It's after the line
/* Submenu---------
Please view my page source and tell me what modification i need to do
view-source:http://www.ellinikoarxeio.com/
(if you view it with google chrome, it's the lines 177 - 210 and then the line 723 for the page links...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 jQuery 下拉菜单 的预构建解决方案,可能更适合您需要。
我认为使用这样的东西比仅仅“向菜单添加一些下拉菜单”要容易一些
Here's a pre-built solution for a jQuery Drop Down Menu that may be better for what you need.
I think using something like this is a bit easier than just "adding some dropdowns to a menu"