This is somewhat blocked by #917904: Support properties that have multiple (or complex) values

But once that's in it'd be great to have IE6 - IE8 support for border-radius, box-shadow, and linear-gradient by using css3pie.

Basically all that's required is to include the PIE.htc file any time you use the supported CSS3 selectors. For example:

#myAwesomeElement {
  border: 1px solid #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(path/to/PIE.htc);
}

Comments

mstrelan’s picture

subscribe (+1)

perhaps it should be optional since css3pie is still new and in beta, but i have had good experiences with it

g76’s picture

+ 1
that would be wonderful!

mattsmith3’s picture

+1 Perhaps someone could write this as a plugin? Can we get a kick-back of contrib plugins listed maybe?