using BackgroundImageCache to solve background image flicker in IE
Fantastic - at last a solution to IE background image flicker that doesn’t involve applying background images to containing elements. I will be using this - I’ll be interested to know if I can use the IE CSS filter version without a performance hit, as that could just sit in my IE-only stylesheet.
October 8th, 2006 at 9:08 am
Yes, you could.
Write the css rule so it will remove itself from the stylesheet after the first evaluation.
I’ll write an article on my blog about this technique.