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.
我有这个代码:
<li class="eight" ><a href="#" >music</a></li>
但我希望它有相同的代码,里面没有任何单词(空)我的意思是删除音乐单词但仍然有相同宽度的 li 标签,这可能吗?或者更好地说我怎样才能在 li 标签中放置空格字符?谢谢
.eight a { display: block; text-indent:-9999px; width:100px; }
您可以使用 text-indent 更改文本的偏移量