我创建了以下内容:
<div style="margin-top: 1.2em">
<i style="margin-right: 0.5em; color: #EEEEEE;" class="icon-home icon-4x"></i>
<i style="margin-right: 0.5em; color: #EEEEEE;" class="icon-th icon-4x"></i>
<i style="margin-right: 0.5em; color: #EEEEEE;" class="icon-cog icon-4x"></i>
</div>
有人可以告诉我如何做到这一点,以便单击其中一个图标或下面的单词将我带到链接吗?
我想做的是使它的图标看起来像这样:
xxxxxx xxxxxx xxxxxx
xxxxxx xxxxxx xxxxxx
xxxxxx xxxxxx xxxxxx
Home Admin Setting
因此,当我单击图标顶部到下方单词底部的任意位置时,这与单击以下内容相同:
<a href="/home">Home</a>
<a href="/admin">Admin</a>
<a href="/setting">Setting</a>
关联。
更新
我相信也许我需要一个使用 DIV 的解决方案。我尝试了给我的两个答案,并且都使图标看起来是垂直的。此外,第二个答案可能不是想法,因为它对同一链接有多个href。希望有人可以提供另一个答案。