Thursday, May 24, 2012

How to make a rounded corner div?

Here is the style for making a rounded corner div

.round-corner-box {
margin:0px; padding:0px;
border:1px #5EB440 solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
 border-radius: 10px;
}

But don't know this is not working in IE for me....
any suggestions! 

No comments:

Post a Comment