0

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!

Community
  • 1
  • 1
FreeOnline
  • 1
  • 1
  • 1
  • 2

4 Answers4

1

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

Josh Davenport-Smith
  • 5,456
  • 2
  • 29
  • 40
0

You can check this question, but there's no way you can achieve round corners only with CSS in IE8.

Community
  • 1
  • 1
Jan.J
  • 3,050
  • 1
  • 23
  • 33
0

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

Rahul
  • 1,549
  • 3
  • 17
  • 35
0

You can use this might be useful ie-css3

Afshin
  • 4,197
  • 3
  • 25
  • 34