【问题标题】:Button with glyphicon is not working in mozilla firefox?带有 glyphicon 的按钮在 mozilla firefox 中不起作用?
【发布时间】:2015-10-31 05:18:54
【问题描述】:

此代码适用于除 Mozilla Firefox 之外的其他浏览器

<button type="button">
    <a href="edit_teacher.php?edit=<?php echo $row['teach_id']; ?>">
       <span class="glyphicon glyphicon-edit" style="font-size: 20px; color: green;">
       </span>
   </a>
</button>

【问题讨论】:

标签: php html mozilla


【解决方案1】:

试试这个:它可能会奏效。

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-01-30
    • 2014-05-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-10-18
    相关资源
    最近更新 更多