Main Contents

CSS3 and Rounded borders…

…but still not on IE.

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

-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

Filed under: CSS |

Leave a comment

Login