How can I use Modernizr to get border-radius working in IE8?
I know there has been numerous articles about obtaining rounded corners in IE8. My question is, how to use Modernizr to support CSS3/HTML5 features? For example to show rounded corners in IE8, I am using CSS-3 property -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; I have included Modernizr in my page, but still not able to see rounded corners in IE8. Modernizr does not enable features, it just tests if they are available. For CSS, it can also remove the need to use vendor specific properties such as -moz-* and -webkit-* allowing you to simply use the standard