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.
我想知道是否可以仅将 css 用于“悬停时,显示所有孩子”?
我创建了一个示例
http://jsfiddle.net/fantill/SEhX5/4/
现在有 3 个级别li,当悬停时li会显示下一个级别li。
li
我希望当悬停第一级时li,所有下一级li都会出现。
非常感谢您的建议。
nav ul > li:hover * {display:block}