Is it possible to get rounded corners in IE8 using only CSS? If so, how?
|
closed as off topic by John Conde♦ Feb 2 '11 at 12:50
Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I know of one simple solution to use; the JavaScript JQuery plugin JQuery Corners. All you have to do is link JQuery and the plugin using an external script reference, then add this code: $("[SELECTOR]").corner();
JQuery How-To (In case you don't know) |
|||
|
|
|
Unfortunately, it's not possible using only CSS. Here's an article by Microsoft about the very topic where they offer links to other solutions. From the article:
|
|||
|
|
|
Unfortunately as well, IE9 doesn't support half of the features of CSS3. There is an alternatively something called CSS3 PIE, but I have tried many times to get this to work but haven't been successful. This isn't to say it doesn't work, because it does, but I don't know how to get it to work. |
|||
|
|
|
I'm pretty sure the CSS property:
works in IE8, else have a look at this post: http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser |
|||||
|