CSS 嵌套下拉菜单
看看我的页面 http://81.216.141.82/flygklubb 将鼠标悬停在第一个菜单项“Flygplan”上,然后将鼠标悬停在第一个子项上。正如您所看到的,“DELTA 3000 MK2”的子项出现在该项目的顶部,但我希望该级别显示在第一级的右侧,但我不想有任何固定的位置值。我怎样才能做到这一点?
Have a look at my page at http://81.216.141.82/flygklubb
Hover the first menu item "Flygplan" and then hover the first child item. As you can see the child to "DELTA 3000 MK2" appears on top of that item, but i want that level to appear right to the first level, but i don't want to have any fixed values for position. How can i accomplish that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大致意思是:
应该这样做。它不一定是固定位置,而是与原始元素的更多相对位置。
Something alongst the lines of:
Should do it. It's not necessarily fixed positions, more relative positions to the original element.