Trying to get rounded corners to all browsers, including the bad one from version 8.
I still don't see the rounded corners on IE.
Does Selectivizr only enables the "css3 selector" but NOT the visual change that it may produce?
Selectivizr, as named and documented, only enables support for CSS3 selectors. It does not enable support for CSS3 properties, such as border-radius
.
To add support for border-radius
to IE < 9, you're going to need to include an additional library, such as CSS3 PIE.