带有glyphicon的按钮在mozilla firefox中不起作用?

时间:2015-10-31 05:18:54

标签: php html mozilla

此代码适用于除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>

1 个答案:

答案 0 :(得分:0)

试试这个:它可能有用。

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