是否有可以与IE一起使用的东西?没有图像和边框?
http://www.css3.info/preview/rounded-border/
最佳答案
我没有尝试过,但是你可以看看
Nifty Corners Cube: rounded corners without images -
URL is http://www.html.it/articoli/niftycube/index.html
或者你可以尝试
JQuery Corners -
http://www.atblabs.com/jquery.corners.html
用法示例-
<div style="background-color:#acc; padding:10px" class="rounded">
Example with different x and y sizes.
</div>
<script>$(document).ready( function(){
$('.rounded').corners("30px 10px");
});</script>
Works with:
* iPhone
* Chrome
* Firefox
* Safari 2+
* Opera 9.0+
* Internet Explorer 6+
* and probably more...