Monthly Archives: October 2006

Write-up: fixing the IE6 CSS background image flicker bug

Creating a graphical navigation menu with rollovers, in the modern fashion.
This means that while using images and dynamic behaviour to enhance appearance, we can use CSS-only image replacement (Doug Bowman’s overview) and rollovers (Pixy’s original article) for the sake of accessibility and SEO and to avoid depending on JavaScript that might be unavailable.
The problem: if […]