Can you do CSS rounded corners in IE without using images?

前端 未结 2 720
逝去的感伤
逝去的感伤 2021-01-15 03:30

Is there any way to make a rounded border in IE without using images using CSS only, or any other easy way?

I have checked other questions like this on Stack Overflo

相关标签:
2条回答
  • 2021-01-15 04:27

    You can do on for I9 only as it supports border-radius css property. Otherwise it seems to be difficult without images.

    0 讨论(0)
  • 2021-01-15 04:30

    Keep as bookmark : http://www.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/ ;)

    For border-radius specifically, see http://code.google.com/p/curved-corner/

    0 讨论(0)
提交回复
热议问题