Internet Explorer 8中带有图像的边框半径

时间:2014-03-25 13:09:47

标签: internet-explorer-8 css3 css3pie

我有一张图片,我希望使用此example中的边框半径来显示它。 CSS:

.rounded {
    width:100px;
    height:100px;
    display:inline-block;
    border-radius:50px;
}

此代码在IE8中失败,导致图像平方(没有圆形边框)。我在this question中读到CSSPie有一个已知错误。由于问题有点陈旧(2012年11月),我想知道是否有人找到了解决方案。感谢。

0 个答案:

没有答案