Border Radius makes setting them in CSS a snap
If you've ever struggled with rounding corners in your cascading style sheets, you're going to enjoy Border Radius, a purpose-built utility for exactly this task. It's a very simple page that allows you to set the border radius for one or more of the corners on a box, and it dynamically updates the screen to show you what it looks like, and updates the text field in the middle with the CSS code you would need to apply the border radii.
Border Radius allows you to optionally generate CSS code for CSS3, as well as engine-specific code for the WebKit and Gecko rendering engines.












Comments
2
Subscribe to commentshillscottcMar 5th 2010 3:53PM
Not really helpful the code for webkit and CSS3 is the easy part. Making it work for *IE* also is the tricky part.
BassemApr 30th 2010 1:54PM
What about cssdesk?