it’s my 1st question here, so pardon if something is asked wrong 🙂
I want to preload 3 images before webpage is loaded so all of them would appear in the same moment. Right now images are loaded one after another and it looks kinda choppy. One image is defined in css (), other two are plain simple “img” element. I’ve tried creating javascript image objects – images still loads choppy, tried to preload them in display:none; div – still choppy. What should I do?
Thanks.
This works: (try it here: http://dl.dropbox.com/u/186012/demos/loadatonce/index.html)