Himas Rafeek
Posted on: 2 years ago
CSS

CSS – Rounded corners

IE8 and below have no CSS support


                                          -moz-border-radius: 5px;
/* For Firefox */    -webkit-border-radius: 5px;
/* For Chrome & Safari */    border-radius: 5px;
/* CSS3 property, for FireFox 4, IE9 and Opera */