XBrowser Border-radius (CSS3PIE)


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



Copy this code and paste it in your HTML
  1. .roundbox {
  2. -moz-border-radius:8px;
  3. -webkit-border-radius:8px;
  4. -khtml-border-radius:8px;
  5. border-radius:8px;
  6. behavior: url(/PIE.htc);
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.