CSS border-radius使用IE支持使用htc行为

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS border-radius使用IE支持使用htc行为相关的知识,希望对你有一定的参考价值。

.selector-to-be-rounded { 
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  behavior:url(border-radius.htc);
}

以上是关于CSS border-radius使用IE支持使用htc行为的主要内容,如果未能解决你的问题,请参考以下文章

关于IE浏览器不支持border-radius,box-shadow,text-shadow的解决方法

IE8兼容border-radius.

IE8兼容border-radius

border-radius,box-shadow兼容性解决办法

IE8兼容border-radius

IE浏览器支持问题[重复]