Which is the best lightweight jquery plugin to make cross browser round corner without using image?
Round corner should be compatible with all IE versions also.
From one plugin i want to make round corner button, text input field, round corner tab, round corner div, round corner table etc.
Although i use http://www.dillerdesign.com/experiment/DD_roundies/
but it has slow rendering in IE8 and i thought if I'm already using jquery library then to use any jquer开发者_开发问答y plugin would be better and lighter.
For a new project I just came across http://jquery.malsup.com/corner today. It looks to work fine in all of the browsers. See if it suits your needs as well.
Edit: to add some extra information, I also came across the following solutions:
http://dev.jquery.com/~paul/plugins/nifty/example.html
http://blue-anvil.com/jquerycurvycorners/test.html
Both however didn't satisfy me. Either the width/height got messed up, or transparency didn't work well, or the floats got mad. There are more, but they either uses images, or have dependencies, or have opaque source code / documentation, or have the same problems with width/height/floats.
精彩评论