the site I'm working with - http://www.quickseorankings.com/dev/ , built it with
- Twitter bootstrap
- HTML5 + CSS3
- HTML5SHIV
- CSS3PIE
Problem: The border radius of the navigation link (active) DOES NOT work on IE8 even with CSS3PIE. But his work on IE7,9,10 (using browser for testing)
CSS location: / css /
CSS3PIE HTC file location: / root / same location as my index.html
HTC Coded as: behavior: url(PIE.htc);
Fix attempt # 1: behavior: url(/PIE.htc); and
behavior: url(../PIE.htc);even tried using php one -
behavior: url(PIE.php); behavior: url(/PIE.php);Fix Attempt # 2 Added Htaccess:
AddType text/x-component .htcFix Attempt # 3 :
http://fetchak.com/ie-css3/ - these are actually HTC solutions, but different approaches to CSS3PIE. Still not working ..
Fix attempt # 4 Added: -pie-border-radius: 10px; does not work.
Fix attempt # 5 Added: position:relative !important; zoom:1; z-index:0 !important position:relative !important; zoom:1; z-index:0 !important position:relative !important; zoom:1; z-index:0 !important nothing ...
The next other fix on this forum still didn't work .. Thanks so much for your help!
Correct ScottSimpson's sentence: Isolation test, with simple html without TBS, here is the page test - http://www.quickseorankings.com/pie/ ones on the top button are CSS3PIE (DID NOT WORK) .. The bottom button is from fetchak ie-css.htc works. Now this has led us to my problem. The question is, what does TBS call .htc to not load properly? or is TBS rewriting it? but I did, important with the values .. mmmm ..
WINNER IS pjumble : I use PIE.htc (PIE 2.0 beta 1), so it should have this file - PIE_IE678.js , then everything works ... Thanks, a lot!
source share