html - css3 IE 6 问题

标签 html internet-explorer-6 css rounded-corners

我在 Firefox 中执行 foll 代码它工作正常我基本上使用 CSS3 来创建圆 Angular 边框。

请告诉我需要做哪些更改才能在 IE6 中获得相同的输出

下面是代码

<html>
<head>
<style type="text/css">
background-color: #ccc; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; border: 1px solid #000; 
padding: 10px;
</style>
</head>
<body>
<div style=" background-color: #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000; padding: 10px;" >
This is a new feature in CSS 3 </div>
</body>
</html>

谢谢

最佳答案

IE 不支持 CSS 中的圆 Angular 。您可以使用像 this 这样的 JS 库在 IE 中完成。

关于html - css3 IE 6 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1977024/

相关文章:

html - IE6 PNG替换: How to make a nested <a> clickable?

css - 将 iframe 的内部 html5 对象宽度设置为 100%

jquery - 如何隐藏从另一个域加载的 iframe 中元素的背景颜色?

javascript - JQuery:如果div可见

css - Internet Explorer 6 背景颜色

javascript - 无法在 Bootstrap 容器中添加所见即所得编辑器

html - CSS 位置 :fixed not working

javascript - 从 div angularjs 中删除生成的元素

php - 如何创建带有可覆盖变量的 PayPal 按钮

html - float 导航在 IE6 中损坏