MaggsWeb:7

www.maggsweb.com

CSS3 and Rounded borders…

November 26, 2008 | Comments | CSS

…but still not on IE.

<div style=" background-color: #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 10px;">
</div>

-moz-border-radius-topleft
-webkit-border-top-left-radius
-moz-border-radius-topright
-webkit-border-top-right-radius
-moz-border-radius-bottomleft
-webkit-border-bottom-left-radius
-moz-border-radius-bottomright
-webkit-border-bottom-right-radius

Share this:
  • Print
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • LinkedIn
  • Twitter

Write a Comment

Let me know what you think?