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. Link to comment https://forums.phpfreaks.com/topic/213275-rounded-corners-for-a-div-using-css/ 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 Link to comment https://forums.phpfreaks.com/topic/213275-rounded-corners-for-a-div-using-css/#findComment-1110799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.