我在IE9上有这个非常奇怪的错误:
在最新版本的Chrome上,它看起来像这样:
使用::after
标记添加星标,其中content
属性使用特殊字体。我认为这可能是故障的根源,但即使使用content: "A";
,或者完全删除它,故障仍然存在。
这可能是什么原因?
编辑:以下是CSS属性以及HTML:
<button class="btn mark-score-4 star score_4 btn-large markchoice " data-question-id="10112" value="4">
<span></span>
::after
</button>
CSS:http://pastebin.com/FL7Wd9yc
CSS之后的