
Re: Works in IE9, FF, Opera, Chrome, not in IE7 or IE8
I've found the problem, PIE doesn't seem to like multiple levels of subfolder.
This works:
Code:
behavior: url('/PIE.htc');
But this doesn't:
Code:
behavior: url('/lib/jquery/js/PIE.htc');
Is there some limit?
Nick.