gpt4 book ai didi

css - CSS3 Border Radius属性在localhost中不起作用?

转载 作者:行者123 更新时间:2023-12-04 21:03:26 28 4
gpt4 key购买 nike

我在使用CSS3边框半径属性时遇到一个非常奇怪的问题。如果我双击文件并使用IE9打开,我下面的CSS和html可以在IE9上正常工作,但是如果我通过LOCALHOST(在Windows 7上安装了xampp)打开文件,则如果border属性在IE9中不起作用。同一文件在其他浏览器的localhost上也可以正常工作。我该如何解决?

<!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" xml:lang="en" lang="en">
<head>
<style media="all" type="text/css">@import "circle.css";</style>
</head>
<body>
<div class="exampleborderradiusf">F</div>
</body>
</html>


CSS是:

.exampleborderradiusf {
float:left;
background-color: #464646;
margin-top: 20px;
margin-right: 40px;
width: 70px;
height: 70px;
text-align: center;
-moz-border-radius: 35px;
border-radius: 35px;
color: white;
font-size: 20px;
position: relative;
top: 20px;
}


谢谢您的帮助。

最佳答案

IE9当然仍处于测试阶段,因此将存在错误和不完整的功能。您可能偶然发现了其中之一。

我想不出太多原因导致CSS样式停止工作,而同一CSS文件中的其他样式继续工作。

您是否检查过IE仍处于IE9模式,而不是处于IE8兼容模式或类似模式。我可以看到这种情况可能会因区域而异-我已经在IE8中发生过类似的事情,其中​​有一个晦涩的配置设置,可以在本地Intranet中浏览时切换到IE7兼容模式。

关于css - CSS3 Border Radius属性在localhost中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4692601/

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