Prev: Why can't I call a function which does what it does if a clickon the header of a column?
Next: Redirect after child loads, without sending data back from child
From: FAQ server on 13 Dec 2009 19:00 ----------------------------------------------------------------------- FAQ Topic - Why are my rollovers so slow? ----------------------------------------------------------------------- Images are cached by the browser depending on the headers sent by the server. If the server does not send sufficient information for the browser to decide the image is cacheable, the browser will check if the image has been updated every time you change the src of an image (in some user settings). To overcome this you must send suitable headers. http://www.mnot.net/cache_docs/ The complete comp.lang.javascript FAQ is at http://jibbering.com/faq/ -- The sendings of these daily posts are proficiently hosted by http://www.pair.com. |