Wednesday, September 21, 2011

jquery Rounded corners in IE7 and IE8; no images

It's been a very long time since I was looking for foolproof rounded corner solution for IE7 and IE8. curvycorners.src.js comes to rescue. What is does is pretty simple. It checks for '-moz-border-radius: 10px;' in the given CSS class and applies the same rounded corners in IE browsers.

No images. No hacks. Only one compressed js file.

Download source file here

Here is all in one CSS3 rounded corners and many other properties solution for IE7 and IE8. This is also nominated for 'Innovation of the year' in .net magazine awards 2011.
CSS3 PIE (Progressive Internet Explorer): http://css3pie.com/documentation/getting-started/

CSS3 PIE - Supported CSS3 Features: http://css3pie.com/documentation/supported-css3-features/



4 comments:

  1. It does not support input type button but. Have you ever tried with input type="button" class to apply the same?

    ReplyDelete
    Replies
    1. Here is all in one CSS3 solution for IE. This is also nominated for 'Innovation of the year' in .net magazine awards 2011.

      http://css3pie.com/documentation/supported-css3-features/

      Delete