I'm using MAMP on OS X and native IE7 for testing on Parallels. I'm developing an intranet website that will run on a local server. The browser all the employees have installed is IE7, so I need to use Css3Pie for some stuff, like rounded corners and shadows.
I have tried all the following:
behavior: url(PIE.htc);
(relative to the html file and added the mime in .htaccess)behavior: url(absoluteurl/PIE.php);
Neither method is working for me. I have tried all the possible combinations, but it doesn't work. Do you know if there are any issues testing/running it on a localhost?