Creating circles in css support in IE versions

I need to create a circle in css without images.Using border-radius, which we can get in Firefox, Chrome and Opera.IE browsers does not support the border-radius property. Can someone provide me a link or a way to create a circle in css for browsers version of IE. I saw Raphel

Other than this library, if any jquery plugin contains a link.

+4
source share
2 answers

download pie.htc for support in IE. This is the best way to work with the css3 property for IE.

check out this example.

An easy way to create a circle div than using an image?

How to use CSS to surround a number in a circle?

+1
source

jsDraw2D: 2D graphics library for JavaScript

http://jsdraw2d.jsfiction.com/demo/circleellipse.htm

+1
source

All Articles