This is css for using CSS3 PIE
border: 1px solid
Specially
behavior: url(/PIE.htc);
My question is, will this PIE.htc be downloaded by all browsers or only in IE 7 and 8?
I need to show a round corner in IE7 and 8 too. So I thought that instead of using Modernizr and writing a different class and image for a round corner, CSS3 PIE would be a good solution, because whenever we change the color and thickness of the border and the height of the element, PIE.htc will display the same in IE7 and 8 without, but in the case of Modernizr and the image, we will need to use the upload of a new image for a new one, we will need to change and upload new changes.
And since I use Modernizr for this, I cannot load in the conditional comment that it will load for each browser, even I do not need it. So I thought that if CSS3 PIE is good for flexibility, and if it will only load in IE7 and 8, it will be useful to use in this particular case.
css cross-browser internet-explorer modernizr css3pie
Jitendra Vyas Dec 17 '11 at 14:50 2011-12-17 14:50
source share