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.
我正在尝试将数据图标变成导航。这些图标在 Firefox 和 Chrome 中可点击,但在 Safari 中不可点击。谢谢你的帮助!这是我的标记:
<a href="#"><span data-icon="!" aria-hidden="true" class="close"></span></a>
问题与 CSS 相关。我需要向 li 添加宽度和高度,然后在跨度中显示:块和高度/宽度:100%。