rounded corners

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Apr 03, 2012 5:05 pm
I would like to get the rounded corners correct in IE browsers, I have found the next information but still get it not working. Can anyone help me out?

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...
User avatar
Expert Boarder

GK User
Tue Apr 03, 2012 5:15 pm
User avatar
Expert Boarder


cron