如何在Internet Explorer上使用Border Radius CSS

Kas*_*nir -6 css jquery internet-explorer

如何在所有版本的IE上使用border-radius?

.myclass {
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
Run Code Online (Sandbox Code Playgroud)

jquery有可能吗?

Bas*_*ter 5

由于旧版浏览器不支持边界半径(和其他CSS3属性),因此可以使用CSS3 Pie.请记住,您指的是样式而不是脚本.所以询问是否可以使用jQuery完成有点奇怪.