Export to GitHub

curved-corner - issue #9

this feature is not working in ie6


Posted on Sep 16, 2009 by Quick Dog

can please provide the latest code that deals with all ie versions

thanks Sreeni

Comment #1

Posted on Oct 16, 2009 by Happy Elephant

I'd be interested in a version that works for ie6 and ie7 as well.

Comment #2

Posted on Oct 16, 2009 by Happy Elephant

Ok, got this working by serving both .htc files to the desired flavor of IE with conditional comments:

.corners { behavior:url(corner-radius.htc); /*ie6 and ie7 */ } .corners { behavior:url(corner-radius-ie8.htc); /*ie8 */ }

Make sure the url(../path/to/your/behavior/files); are correct.

Comment #3

Posted on Nov 18, 2009 by Massive Elephant

Here's a partial rewrite of the script which works for me in IE6, IE7 and IE8 in all modes. If this doesn't work for you, please let me know:

Attachments

Comment #4

Posted on Nov 18, 2009 by Quick Kangaroo

New htc file is available is downloads section. pls check and let me know

Comment #5

Posted on Dec 10, 2009 by Helpful Rhino

Hello. Thanks for this great script.

"Make sure the url(../path/to/your/behavior/files); are correct."

Dumb question: The HTC file is called from the CSS file relative to the HTML file correct? What would be the CSS's path to the HTC file look like if the HTML was dynamic or in partials?

Status: Fixed

Labels:
Type-Defect Priority-Medium