The CSS3 border-radius property « Blogging CSS
http://www.bloggingcss.com/en/tutorials/the-css3-border-radius-property/
One of the CSS3 properties designers have been longing the most for is undoubtedly the border-radius property. With CSS3 border-radius property it’s possible to create the so popular rectangles with rounded corners exclusively via CSS - no images needed. Cross-browser compatibility CSS3 aren’t supported by all browsers yet. The border-radius property is supported by Firefox (since version 3.0), Safari (since version 3.1) and Chrome (since the first version), but it’s not supported by Internet Explorer or Opera (it should be implemented in Opera 10). Since CSS3 aren’t standard yet, you must add prefixes to border-radius in order to work with the browsers that support it. If you want to work it with Firefox, you must write -moz-border-radius in the CSS; if you want it to work with Safari/Chrome, it’s -webkit-border-radius. Note that although Firefox, Safari and Chrome support this property, they do so in slightly different modalities.curved-corner - Project Hosting on Google Code
This is a behavior htc file for Internet explorer to make CSS property " border-radius " work on all browsers. At present, all major browsers other than IE shows curved corner by adding 4 lines of css
htc file for Internet explorer to make CSS property " border-radius " work on all browsers
A non-image based solution to make rounded corners work in IE
Rounded corner HTML elements using CSS3 This is a behavior htc file for Internet explorer to make CSS property " border-radius " work on all browsers. At present, all major browsers other than IE shows curved corner by adding 4 lines of cssThe hidden power of border-radius « CreativityDen
In this post we will explore the property border-radius and how it can be used to create circles, semi-cricles and quarter-circles. It also has the potential to produce some terrific designs using just CSS – no images.CSS3 support in Internet Explorer 6, 7, and 8
Script para forzar a Internet Explorer a soportar algunas propiedades de CSS3 /cc @chulini @cabrera @wiredlain