
PIE box shadow with CSS expression
I have a couple of elements to which I've successfully applied a box shadow in IE using PIE. These elements are position: fixed, which works fine in IE7 and above. For IE6 I'm using Microsoft's proprietary
CSS expressions to emulate position: fixed.
The problem is that when I scroll the page the contents of the element stay fixed, but their background and shadow scroll with the page.
Is there a know fix for this, or can I somehow apply the CSS expressions to the PIE-generated VML as well?
Thanks in advance.