Cross Browser (even ie6) rounded corners and opacity


/ Published in: CSS
Save to your folder(s)

Cross Browser rounded corners and opacity using Pie.htc


Copy this code and paste it in your HTML
  1. #content {
  2. background: rgba(0, 0, 0, 0.25);
  3. -pie-background: rgba(0, 0, 0, 0.25);
  4. border-radius: 10px;
  5. -moz-border-radius: 10px;
  6. -webkit-border-radius: 10px;
  7. behavior: url(http://www/pie/PIE.htc);
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.