我正在使用' Font Awsome'我的应用程序中的图标代码看起来像这样
..
<link rel="stylesheet" href="css/newLayout/font-awesome.min.css">
...
<style>
.icon-batch-icons-webfont-6:before {
content: "d";
}
</style>
<body>
...
<form name="loginForm" >
<i class="icon-batch-icons-webfont-6"></i>
<input type="text" placeholder="User Name" id="username" name="username" />
...
</form>
..
<!--[if lt IE 9]>
<script src="../js/newLayout/html5shiv.js"></script>
<![endif]-->
</body>
问题是,有时在IE8图标中没有加载!
但有时候它们在IE8中运行良好。
我已检查过所有博客,谷歌,stackoverflow并尝试了所有技巧。我无法找到确切问题所在。任何人都可以帮助我吗? - 提前谢谢:)