,
Share with your friends 

Round corner border in IE.

6 ratings Views 173 
Author: Jasmin (Jasmin Kanani)  View Profile |  View other solutions by this author

Question / Problem


When we give round corner border through css, it will smoothly work in Mozilla and others but not in IE. If i want in IE also, then what should we do?

Solution

css code for round corder in IE.


-moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    behavior: url(border-radius.htc);


you have to download file "border-radius.htc" for internet.

Applies to

CSS

Rank It

Login to rank it

Report


Advertisement