Y que ya, muchos navegadores (modern browsers) están implementando progresivamente.
El CSS que genera la aplicación, en mis pruebas, es algo así:
border: 1px solid #696; padding: 60px 0; text-align: center; width: 200px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: #666 0px 2px 3px; -moz-box-shadow: #666 0px 2px 3px; box-shadow: #666 0px 2px 3px; background: #EEFF99; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33)); background: -moz-linear-gradient(#EEFF99, #66EE33); background: linear-gradient(#EEFF99, #66EE33); -pie-background: linear-gradient(#EEFF99, #66EE33); behavior: url(/PIE.htc);
Nótese la última línea con behavior y la ruta hacia el archivo de marras.
Esta última versión de PIE (v1.0 beta 4), implementa en forma adecuada:
- border-radius
- box-shadow
- border-image
- multiple background images
- linear-gradient (como una imagen de fondo)
:-) Happy CSS3 coding! (PIE dixit)
Sitio Web | CSS3 PIE