Possible Duplicate:
How to make rounded border in IE8 with CSS?
I use css border-radius for design webpages. The site good run in firefox but don't run with ie8. Everyone can help me? thanks!
Possible Duplicate:
How to make rounded border in IE8 with CSS?
I use css border-radius for design webpages. The site good run in firefox but don't run with ie8. Everyone can help me? thanks!
There is no support for border-radius
in IE8. See caniuse.com's information on border-radius
support.
Your best bet is to use CSS3 PIE to fill in the gaps if your rounded corners are really that important. That or some other kind of polyfill. Otherwise just make sure what you have created gracefully degrades
You can check this question, but there's no way you can achieve round corners only with CSS in IE8.
No border support for IE-8, you can achieve the same effect using a plugin
http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser