suja Posted September 13, 2010 Share Posted September 13, 2010 I want to give rounded corners for a div using css. My code is given below. -moz-border-radius: 13px; -webkit-border-radius:25px; border-radius: 6px; This is working quite fine in Mozilla Firefox, Chrome and Opera. But it is not working in IE browser. Does any one know how to fix it. Quote Link to comment Share on other sites More sharing options...
haku Posted September 14, 2010 Share Posted September 14, 2010 You'll have to add an .htc file and some extra CSS selectors for IE. Read this article for more info: http://jonraasch.com/blog/css-rounded-corners-in-all-browsers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.