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.
有人可以帮我显示活动菜单吗 - 例如。当我选择一个子菜单的顶部菜单(如何有子菜单)时,我想在选择时查看其他菜单项。
请参阅下面链接中的示例。
在此处输入链接描述
如果您希望它们在单击时显示,请检查此小提琴http://jsfiddle.net/thebabydino/S8Kwq/
在这种情况下,您必须使用a:focus + ul, a:active + ul
a:focus + ul, a:active + ul
如果您希望它们在鼠标悬停时显示,那么您可以使用a:hover + ul
a:hover + ul