IE rollover cache problem

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi all,
Is there a solution to IE not caching rollover images
like every other browser does? I'm developing an image
map rollover for a web and can't get the thing to work.
If anybody knows how, here's a link to the test rollover
site
www.graphicconcept.com/testmap/locations_services_map.htm

All the java in the world hasn't helped me but the
function works fine in mozilla, nutscrape, opera,
firefox, and others.

What gives?

Thanks in advance,
Mike
 
The problem for other users appears to have been their server's
use of the Vary: header (e.g. in responses to the rollovers).
Apparently IE treats this as a indication that the file should not be
cached.
 
Back
Top