Your Ad Here

Posted By

nielsenrc on 01/20/11


Tagged


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

neex123


Border Radius Using Pie.HTC


 / Published in: CSS
 

  1. -webkit-border-radius: 8px 8px 8px 8px;
  2. -moz-border-radius: 8px 8px 8px 8px;
  3. border-radius: 8px 8px 8px 8px;
  4. behavior: url(htc/PIE.htc);

Report this snippet  

You need to login to post a comment.