IE9中的XHTML字体浏览器兼容性

时间:2013-09-12 21:06:13

标签: html css web xhtml frontend

我有一个xhtml文件中的链接,它在IE8中工作正常(鼠标悬停),但是当我在IE9中打开同一页面时,当我将鼠标悬停在链接上时,字体大小正在增加。

有人可以告诉我为什么会这样吗?

请不要错过任何帮助。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
              "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
 <html xmlns="w3.org/1999/xhtml"; xmlns:h="java.sun.com/jsf/html";
  xmlns:c="java.sun.com/jsp/jstl/core"; xmlns:ui="java.sun.com/jsf/facelets";
  xmlns:f="java.sun.com/jsf/core"; xmlns:p="primefaces.org/ui"; class="no-js">
<head>
 <script src="js/modernizr-1.0.min.js"></script> 
</head>

但它不起作用 - :(

1 个答案:

答案 0 :(得分:0)

字体文件与您的网站位于同一个域中吗?如果不是......

IE and Firefox implement the same origin policy, so any font library served 
on a different domain from the page will not be downloaded unless using CORS.

点击“已知问题”...

http://caniuse.com/#feat=fontface