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,例如它如何用于悬停
我的小提琴
您需要使用单选按钮(您将隐藏)和标签来实现该行为。“活动”的将是:checked单选按钮。
:checked
这行得通,它只是 CSS3。
如果您需要保持当前结构,则需要使用 JavaScript。