按钮组中的按钮如何加上超链接而不散开?
加上超链接按钮组就会散开还会保持一定距离
<div class="btn-group" style="float:left ; width:auto" role="group" aria-label="..."> <a href="http://www.taobao.com/">
<button type="button" class="btn btn-default">渣宝</button>
</a> <a href="http://www.taobao.com/">
<button type="button" class="btn btn-default">渣云</button>
</a> <a href="http://www.taobao.com/">
<button type="button" class="btn btn-default">胖次</button>
</a>
</div>
<div class="btn-group" style="float:left ; width:auto" role="group" aria-label="..."> <a href="http://www.taobao.com/">
<button type="button" class="btn btn-default">渣宝</button>
</a> <a href="http://www.taobao.com/">
<button type="button" class="btn btn-default">渣云</button>
</a> <a href="http://www.taobao.com/">
<button type="button" class="btn btn-default">胖次</button>
</a>
</div>
