Find a way to get the necessary images for the menu
into the browser's cache so that it's not necessary to
fetch them on an update (btw, I think Jim Ley noted
this a few years ago :)
From Forest Zhu came info that the DOM-version doesn't cache
the images correctly, instead re-fetching it from the server
all the time. Is this a result from using the absolute
URLs? One idea would be to create elements for all the
images and then simply clone them when needed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=141897
From Forest Zhu came info that the DOM-version doesn't cache
the images correctly, instead re-fetching it from the server
all the time. Is this a result from using the absolute
URLs? One idea would be to create elements for all the
images and then simply clone them when needed.