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 技能越来越生疏,我不知道如何处理这个问题。
我有一个包含文本“更多”的简单跨度,我需要将它放在 href 之上并保留 href 容量。
我试图将其定位为绝对位置,但它仍然会破坏点击能力。有什么想法吗?
您可以将跨度放置在a标记中并称之为一天。否则,您要做的是使用该z-index属性。
z-index
通过将定位属性设置为a标签(position:relative可能),您可以有效地设置和使用z-index: 2来强制链接位于span之上。它也可能有助于设置跨度。z-index: 1
position:relative
z-index: 2
z-index: 1