gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-11-28 12:22:30 24 4
gpt4 key购买 nike

我在 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>

但是没用-:(

最佳答案

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

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

关于html - IE9 中的 XHTML 字体浏览器兼容性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18774341/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com