【发布时间】:2015-01-10 16:34:07
【问题描述】:
我需要什么:
- 我需要 ie 8 中可见的印度卢比符号。
- 我使用了卢比图像,因为卢比符号在 ie 8 中不可见。
- 它在 mozilla、google chrome 中运行良好。
ie 8 的快照
我正在使用的代码
{% if curr == 'INR' %}
<td width="12%" class="aligncenter " style="border-top:0px"><img src="/img/rupees_symbol.png" />{{ value.amount }} </td>
{% else %}
<td width="12%" class="aligncenter " style="border-top:0px">{{curr}} {{ value.amount }} </td>
{%endif%}
- 尽管 forgrome 和 firefox 运行良好,但请告诉我哪里做错了。
- 欢迎提出任何建议。
-
我用 ie 8 尝试过的解决方案
<span style="font-family: DejaVu Sans;">₹</span> -
但它不起作用,即 9.
<meta http-equiv="X-UA-Compatible" content="IE=9">
【问题讨论】:
-
我已经更新了 ie 8 ,9 快照
标签: html css internet-explorer twig