Hello, I have a page with small thumbs.. When moving the mouse over the image, a bigger version shows up in a layer over the thumb. When the html is loaded in browser, the bigger images are also loaded for the user, they are just invisible with css... To make the page load faster, i only want the big images to load when the user actually moves the mouse over the thumb, instead of loading ALL big versions at once when the html is rendered. Can this be accomplished with something ? Thank you.
Use javascript to fire on the mouseover event and change the source of the big picture to the right image. This means it only loads then and won't slow the initial load of the page. check out the manual at http://www.devguru.com/technologies/javascript/index.asp