I seem to be getting an issue when using PIE.htc in my css files on IE8 only. It crashes the browser tab, event viewer says:
Faulting application iexplore.exe, version 8.0.6001.18702, faulting module mshtml.dll, version 8.0.6001.18702, fault address 0x0020fbd7.
If I remove the refs to PIE.htc in the css files, it loads without error.
I’m not sure but this may be related to jquery 1.7.2 – if I stop jquery loading, it also works. Has anyone else experienced this issue?
There are some issues with PIE and jQuery, as shown here. What specifically are you trying to do with jQuery. Does it happen if you don’t actually call any jQuery methods, i.e. if you literally just include a script element pointing to jQuery it stops working? Or are you trying to use a particular jQuery method..? Any errors in the console..?