On Dec 21, 2005, at 8:09 AM, shlomi asaf wrote: > infact- i have problem caching my site images > what is the reason for the images loading everytime users enter my > website? > > i can declare something or orgenize my html in a way that will make my > images load from the cache and not everytime the user enter my site? > > On 11/23/05, Nick Fitzsimons <[EMAIL PROTECTED]> wrote: >> >>> 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.
To quote Zoe from a few weeks ago > If you want the flicker to vanish even with this setting on, you can > modify your site's htaccess file to kill the flicker: > http://www.jcornelius.com/articles/solving-ie-image-flicker/ Roger, Roger Roelofs [EMAIL PROTECTED] ______________________________________________________________________ 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/
