4

I have to create a circle in css without images.Using border-radius we can get in the Firefox,chrome and Opera browsers.IE does not support the border-radius property.Can any one provide me link or a way to create the circle in css for IE version browsers .I had seen the Raphel

Other than this library,If any jquery plugin is there provide me link.

user1118321
  • 24,739
  • 4
  • 55
  • 82
Bhasu
  • 51
  • 1
  • 2
  • 3

2 Answers2

1

download pie.htc for support in IE. It's a better way to work with css3 property for IE.

check this example.

Easier way to create circle div than using an image?

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

Community
  • 1
  • 1
sandeep
  • 88,914
  • 23
  • 135
  • 154
1

jsDraw2D : 2D Graphics Library for JavaScript

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

amolv
  • 928
  • 1
  • 8
  • 20