internet-explorer - IE 中的边框半径不起作用

标签 internet-explorer rounding css

我需要做圆 Angular ,当我这样尝试它在 firefox 和 chrome 中工作但在 IE 中不工作时。

#tab_labels div {
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 4px;
}

最佳答案

目前,IE 9 和 10 是唯一支持 border-radius 的 IE 版本。 IE 8 及以下版本不支持 border-radius。你需要一些第 3 方的帮助,比如 CSS3Pie , 做到这一点。

关于internet-explorer - IE 中的边框半径不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8171670/

相关文章:

css - 如何用渐变色填充部分背景?

php - 使用 HTML 发送电子邮件

html - 单击 IE 表格中的按钮

javascript - Internet Explorer 8 JScript 正则表达式错误

internet-explorer - CSS 中的下拉菜单在 IE9 中显示为透明

vb.net - 无限循环不崩溃

Python:舍入误差扭曲了均匀分布

html - Angular ng 模型表达式

python - python中的舍入错误

javascript - 使用 aimaraJS 创建树结构如何获取选择的特定节点来执行 API 操作?