Posted By


gd6d on 11/24/09

Tagged


Statistics


Viewed 492 times
Favorited by 0 user(s)

Coins arrondis CSS3


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



Copy this code and paste it in your HTML
  1. -webkit-border-top-left-radius:10px;
  2. -webkit-border-top-right-radius:10px;
  3. -webkit-border-bottom-left-radius:10px;
  4. -webkit-border-bottom-right-radius:10px;
  5.  
  6. -khtml-border-radius-topleft:10px;
  7. -khtml-border-radius-topright:10px;
  8. -khtml-border-radius-bottomleft:10px;
  9. -khtml-border-radius-bottomright:10px;
  10.  
  11. -moz-border-radius-topleft:10px;
  12. -moz-border-radius-topright:10px;
  13. -moz-border-radius-bottomleft:10px;
  14. -moz-border-radius-bottomright:10px;
  15.  
  16. -moz-border-radius: 5px;
  17. -khtml-border-radius: 5px;
  18. -webkit-border-radius: 5px;

URL: http://www.semia-incal.com/de/fil-innovation/3055-creer-des-coins-arrondis-en-css-et-sans-images.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.