Hi all,
is css3pie.htc loading from modern Browser too and for this is it a good way to exclude it by modernizr tags?
modernizr generate body-classes for supporting and not supporting features like boxshadow, but i think every man who cares about webdesign already knows it:
http://www.modernizr.com/I use it in combination like this:
Code:
.boxshadow .greyButton {
-moz-box-shadow:0 0 1px #777;
-webkit-box-shadow:0 0 1px #777;
box-shadow:0 0 1px #777;
}
.no-boxshadow .greyButton {
behavior: url(css/PIE.htc);
}
Or will be the behavior line ignored completly by modern browser and i can save the extra code?
Thanks for any kind of feedback!
p.s. plz excuse my bad english