Background
I am developing an app that makes use of CSS3 rules such as linear gradients. I am using the HTC implementation of CSS3 PIE. Everything looks great in most browsers.
Problem
In IE9 there is this weird issue where elements with a gradient assigned initialize as transparent. Only once you hover over them do they get their color and gradient.
Has anyone seen this before? If so, how did you work around it?