Does anyone know if/when Internet Explorer will support the "border-radius" CSS attribute?
|
Yes! When IE9 is released in Jan 2011. Let's say you want an even 15px on all four sides:
IE9 will use the default
Furthermore: don't forget to declare your IE coding is ie9:
Some lazy developers have |
|||||||||||||||||||||
|
|
The answer to this question has changed since it was asked a year ago. (This question is currently one of the top results for Googling "border-radius ie".) IE9 will support There is a platform preview available which supports |
|||
|
|
|
While you're waiting.. Curved corner (border-radius) cross browser |
|||
|
|
|
A workaround and a handy tool: CSS3Pie uses .htc files and the behavior property to implement CSS3 into IE 6 - 8. Modernizr is a bit of javascript that will put classes on your html element, allowing you to serve different style definitions to different browsers based on their capabilities. Obviously, these both add more overhead, but with IE9 due to only run on Vista/7 we might be stuck for quite awhile. As of August 2010 Windows XP still accounts for 48% of web client OSes. |
||||
|
|
|
It is not planned for IE8. See the CSS Compatibility page. Beyond that no plans have been released. Rumors exist that IE8 will be the last version for Windows XP |
||||
|
Quick update to this question, IE9 will support border-radius according to: http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx |
|||
|
|
|
|
|||
|
|
|
The corner radius issue of IE gonna solve. |
|||
|
|
|
What about support for border radius AND background gradient. Yes IE9 is to support them both seperately but if you mix the two the gradient bleeds out of the rounded corner. Below is a link to a poor example but i have seen it in my own testing as well. Should of taken a screen shot :( Maybe the real question is when will IE support CSS standards without MS-FILTER proprietary hacks. http://frugalcoder.us/post/2010/09/15/ie9-corner-plus-gradient-fail.aspx |
|||||
|
protected by sarnold Mar 12 '12 at 9:44
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.