/ Published in: CSS
Cross Browser rounded corners and opacity using Pie.htc
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#content { background: rgba(0, 0, 0, 0.25); -pie-background: rgba(0, 0, 0, 0.25); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; behavior: url(http://www/pie/PIE.htc); }