【发布时间】:2016-11-18 21:50:36
【问题描述】:
Chrome on Left, Firefox on Right
我们正在使用 jqmath 并希望使用 line-through text-decoration,如下所述:How does one indicate strikethrough in jqmath?
这适用于 Chrome,但不适用于 Firefox。
.deletedText {
color: red;
text-decoration: line-through;
}
...这些都不会在 FireFox 中产生直通(但都可以在 Chrome 中使用)
<li>$ \cl "deletedText"{ax^2+bx+c=0}$</li>
<li class="deletedText">$ax^2+bx+c=0$</li>
感谢任何帮助。
【问题讨论】:
标签: css firefox mathml text-decorations jqmath