Bootstrap glyphicons仅在Chrome 33中悬停时显示

时间:2014-04-08 12:43:19

标签: asp.net-mvc google-chrome twitter-bootstrap

我的asp.net mvc应用程序中有按钮组:

<div class="btn-group">
    <button type="button" id="btn-create-file-window" class="btn btn-default"><span class="glyphicon glyphicon-file"></span></button>
    <button type="button" id="btn-open-file" class="btn btn-default" disabled="disabled"><span class="glyphicon glyphicon-edit"></span></button>
    <button type="button" id="btn-delete-file" class="btn btn-default btn-danger" disabled="disabled"><span class="glyphicon glyphicon-remove"></span></button>
</div>

页面重新加载后,我得到了这个结果:

enter image description here

如果我将鼠标悬停在Chrome33中的btn-create-file-window上,我会得到预期的结果(与ie10相同)。我做错了什么?

  • Nuget的Bootstrap v3.1.1
  • Internet Explorer 10
  • Chrome 33.0.1750.154 m
  • 我的英文不好:)

1 个答案:

答案 0 :(得分:0)

我的问题已在Google Chrome 34中解决