On 15 Okt., 16:54, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Thanks Snef, that's fixed the issue. > > However I'm not 100% sure what's happening here... The blinking or > flickering I was referring to, was happening when the mouse hovers the > tabs. At this stage the page is already loaded so it doesn't matter > whether it's cached or not.... I'm worried my users are going to have > the same problem and I can't really tell them to change their IE's > settings ! > > Maybe the author of the plug-in knows about that ?
Yes. This is probably the well-known IE background flicker bug. Server-side solution: http://dean.edwards.name/my/flicker.html JavaSript solution: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker The first solution is obviously out of scope of the plugin. The second one also shouldn't be part of the plugin because of 1. unknown side- effects and 2. the flicker only occurs under certain circumstances and thus a fix is not always required at all. --Klaus