Round corner border in IE.
|
|
|
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 |
|