【发布时间】: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>
【问题讨论】:
-
供以后参考,meta.stackexchange.com/help/formatting;看不到当前代码,但听起来像是 css/html 问题;不是 PHP 问题。
-
看看这些解决方案your problem solved here