gpt4 book ai didi

css - 在服务器上用ie9查看html5

转载 作者:太空宇宙 更新时间:2023-11-04 16:17:05 25 4
gpt4 key购买 nike

带有 border-radiusbox-shadow 的 Html 页面在我的本地机器和 ie9 上工作正常但是当我尝试从服务器(我的和托管服务器)查看它时,阴影和 Angular 半径都消失了。

chrome和safari都没有问题。

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
div
{
border:0px solid #a1a1a1;
padding:10px 40px;
background:#2f3031;
width:900px;
height:1200px;
border-radius:8px;
-moz-border-radius:8px; /* Firefox 3.6 and earlier */
box-shadow: 8px 8px 5px #888888;
}
</style>
</head>
<body>
<div><div/>
</body>
</html>

谢谢

最佳答案

您的代码不是有效的 HTML5。

<!DOCTYPE HTML> 开始使 IE9 从服务器以标准模式呈现 :)

关于css - 在服务器上用ie9查看html5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7261838/

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