When a div is hidden (display:none) the browser will not load the images that are inside it. Is there a way to tell the browser to load the image?
display:none
I believe this is only true for items whose parent is "display:none"
See this article on the matter http://dev.jquery.com/ticket/125
Also, see this example (save as an .html file)
Example a