Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
按钮和徽章中的圆角边缘在 IE 8 中显示为矩形。我正在使用引导按钮和徽章。有没有办法解决这个问题。有人遇到类似问题吗?
没有适当的修复,IE8 及更低版本(更高版本应该支持圆角)根本不支持border-radiusCSS3 属性,因此您在某些元素上获得矩形而不是圆角。您可以尝试的一些事情是包括一个 .HTC 脚本文件,它在旧版本的 IE 中模拟此类效果,例如IE-CSS3项目或(我相信更完整的)CSS3Pie。
border-radius
从 bootstrap Git 检查这个线程: https ://github.com/twitter/bootstrap/issues/1467
以下 CSS 选择器有效:
border-radius: 0 \0/IE89;