can please provide the latest code that deals with all ie versions
thanks Sreeni
Comment #1
Posted on Oct 16, 2009 by Happy ElephantI'd be interested in a version that works for ie6 and ie7 as well.
Comment #2
Posted on Oct 16, 2009 by Happy ElephantOk, 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 ElephantHere'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:
- border-radius-nf.zip 4.16KB
Comment #4
Posted on Nov 18, 2009 by Quick KangarooNew htc file is available is downloads section. pls check and let me know
Comment #5
Posted on Dec 10, 2009 by Helpful RhinoHello. 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