http://jonraasch.com/blog/css-rounded-c ... l-browsers
- Code: Select all
.box_text>div>div { background:#fff; padding-bottom: 0px; ;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
behavior: url(/css/border-radius.htc);
border-radius: 20px;
border: 3px solid #dbb2e0
}
#gkComponent > div > div {
background:#fff; padding-bottom: 0px; ;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
behavior: url(/css/border-radius.htc);
border-radius: 20px;
border: 3px solid #dbb2e0
}
I have used this for the browsers except in IE it will not work...