
Re: PIE Not Being Applied In IE8 When Used Within User Contr
Are you hiding, then showing some elements, after you attach PIE? In IE8, PIE often can't keep track of changes in visibility, so you might need to fire an event to tell it that the elements need PIE rendering. See
here for an example.