问题
Is there any way to make a rounded border in IE without using images using CSS only, or any other easy way?
I have checked other questions like this on Stack Overflow, but I’m not getting an exact way.
回答1:
Keep as bookmark : http://www.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/ ;)
For border-radius
specifically, see http://code.google.com/p/curved-corner/
回答2:
You can do on for I9 only as it supports border-radius
css property. Otherwise it seems to be difficult without images.
来源:https://stackoverflow.com/questions/4142876/can-you-do-css-rounded-corners-in-ie-without-using-images