I am making one class example border-Radius, this class properly work in Firefox and Chrome.
But IE7 and 8 in border radius not working properly.
So How we can fix Border Radius Curves in IE7 or IE8
I am making one class example border-Radius, this class properly work in Firefox and Chrome.
But IE7 and 8 in border radius not working properly.
So How we can fix Border Radius Curves in IE7 or IE8
Border radius is a CSS3 feature which IE8 and below do not natively support.
You can take a look at http://css3pie.com/ which is a javascript library which mimics some of the CSS3 features that are available on modern browsers.
we are using pie for css3 property - It will take all browsers , check the link
border-radius in NOT available in IE8 and lower. However, you have basically 3 options:
.htc
and VML
to emulate rounded corners in IE. One famous and pretty solid framework for this is CSS3Pie (but there are several others, just pick the one you like)