IE CSS background flicker : bunch of solutions
Making a CSS image based navigation with rollover I got the infamous CSS background flickering bug of Internet Explorer 6. I have lost several hours trying to solve the problem by different ways.
This is the first workaround that works fine for me :
- 100% CSS solution : Fast rollover, no preload needed (see the second example).
- 100% server side solution by dean edwards : Caching in IE.
- The ultimate reference : Minimize Flickering CSS Background Images in IE6.
I hope that will help someone to find a solution faster than me.