gpt4 book ai didi

css - Internet Explorer 8 如何支持 CSS outline 属性?

转载 作者:行者123 更新时间:2023-11-28 09:05:31 26 4
gpt4 key购买 nike

website表示它受支持,但不会呈现以下样式。


<style type="text/css">
a[href="#"]{outline:#f00 dotted 2px !important}
</style>

然而,下面会呈现


<style type="text/css">
a[href="#"]{border:#f00 dotted 2px !important}
</style>

这是我的文档


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>...</title>
<link type="text/css" rel="stylesheet" href="../content/style.css" />

</head>
<body>...</body>
</html>

最佳答案

检查 IE8 是否在兼容模式下呈现。如果您的页眉中有类似以下内容,则大纲将不起作用:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

如果您的 doctype 标签不正确,IE8 也会默认为 quirks 模式,所以也要验证这一点。此外,如果您使用的是 IIS,服务器可能会强制使用 IE7 兼容模式。

关于css - Internet Explorer 8 如何支持 CSS outline 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1537968/

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