Jquery curvy angles issue not working in IE8

Here is my page: http://robynrowe.sanscode.com

Take a look at IE8 and then IE7 (compatibility mode) and you will see the problem. The box on the right just disappears in IE8, but is great for IE7.

I am using jQuery curvy corners plugin JQuery Curvy Corners by Mike Jolly * * http://blue-anvil.com * * http://code.google.com/p/jquerycurvycorners/ *

Does anyone have an idea why this is happening?

thank

Jason

+3
source share
2 answers

Use the jQuery round corner plugin instead. I once wore your shoes and threw it into the lush corners.

http://jquery.malsup.com/corner/

, IE. IE, div ( ). , (Opera 10.5+, Firefox, Safari Chrome). , css.

jQuery Corner js script </body>. jQuery $('div, p'). Corner ('10px'); ''. , html . div p. id , - $('#myid').corner();

<body>
    <div class="x"></div>
    <p class="y"></p>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script type="text/javascript" src="http://github.com/malsup/corner/raw/master/jquery.corner.js?v2.11"></script>
    <script>$('div, p').corner();</script>
</body>

http://jsfiddle.net/VLPpk/1

+5

, , , IE8 div ( jQuery). Div "border-pink box draw" div div . DOM, " "...

EDIT:

js, http://groups.google.com/group/curvycorners/browse_thread/thread/d40ceb7c3bccec80

.

0

Source: https://habr.com/ru/post/1795676/


All Articles