Here’s my page:
http://robynrowe.sanscode.com
Take a look in IE8 and then IE7 (compat mode) and you will see the issue. The box on the right just disappears in IE8, but rounds perfectly in IE7.
I’m using jQuery curvy corners plugin
JQuery Curvy Corners by Mike Jolley *
* http://blue-anvil.com *
* http://code.google.com/p/jquerycurvycorners/ *
Does anyone have an idea as to why this is happening?
Thanks
Jason
Use jQuery round corner plugin instead. I was once in your shoes and gave up on curvy corners.
http://jquery.malsup.com/corner/
It’s supported in all browsers including IE. It draws corners in IE using nested divs (no images). It also has native border-radius rounding in browsers that support it (Opera 10.5+, Firefox, Safari, and Chrome). So in those browsers the plugin simply sets a css property instead.
Here’s How to use it
You need to include the jQuery and the Corner js script before
</body>. Then write your jQuery like $(‘div, p’).corner(’10px’); and place before ”. So your html will look like the below code. Here I’m making round corners for alldivandptags. If you want to do it for specific id or class then you can do something like$('#myid').corner();Check working example at http://jsfiddle.net/VLPpk/1