我有这样的CSS
.corner-wrapper
{
display:table;
position:relative;
border: 2px solid #69b0ff;
margin:5px 0 5px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
behavior: url("PIE.htc");
}
在所有 IE 旧版本中添加圆角接缝,这真的很酷,但我注意到margings 丢失了。我用谷歌搜索并找到了一些与此相关的链接,看起来背后有一些错误。 http://css3pie.com/forum/viewtopic.php?f=3&t=92和http://css3pie.com/forum/viewtopic.php?f=3&t=364
所以我的问题是 - 什么是更好和更有效的解决方法?