> Hello,
>
> I am having problems in hover of image in the IE6 Windows XP SP2.
>
> It is blinking when the event happens to hover.
>
> What the reason happens this?
>

It's difficult to say without an actual page to look at, but, like most
developers, you presumably have IE set to "Check for newer versions of
stored pages" (i.e. use the cache or not) on "every visit to the page".
This causes problems for IE as, rather than using cached versions of CSS
background images, it goes back to the server every time and refetches it.

Change your browser setting to check "Automatically" (Tools menu >
Internet Options dialog > General tab > Temporary Internet Files fieldset
> Settings... button) and see if that fixes it. If so, you can relax, as
this is the default setting, meaning 99% of visitors won't see the
flicker.

HTH,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to