-1

This code is working on other browser except in 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>
HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
  • For future reference, http://meta.stackexchange.com/help/formatting; can't see current code but sounds like a css/html issue; not PHP issue. – chris85 Oct 31 '15 at 05:32
  • just look at to these solutions [your problem solved here](http://stackoverflow.com/questions/18245575/bootstrap-3-unable-to-display-glyphicon-properly) – Bahrami-Reza Oct 31 '15 at 06:07

1 Answers1

0

Try this: it may work.

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}
Ahosan Karim Asik
  • 3,219
  • 1
  • 18
  • 27