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 Overflo
You can do on for I9 only as it supports border-radius
css property. Otherwise it seems to be difficult without images.
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/