【发布时间】:2016-07-25 13:19:47
【问题描述】:
我想使用切换按钮并找到perfect solution。我adapted the code 使用Font Awesome 图标:
<a id="button1" title="button1"><i class="fa fa-bluetooth fa-5x"></i></a>
<a id="button2" title="button2"><span id="mytext">large text</span></a>
结果是图标和纯文本都没有展开按钮:
如何将按钮的大小自动调整为底层文本的大小?
【问题讨论】: