Forum Moderators: not2easy
I know I need to reduce the size of these big images and will do so - but what I'd like is to figure out how to get the page more or less in order so it loads everything else first, and then these six big images, now at about 20K a piece (hope to scale down to about 12K), since the big images are only there for hover states anyways.
I've notices difference in image load sucession in firefox and opera, and guess that which image loads first would probably depend on a lot of different factors, and also isn't likely to be completely cross-browser specific. However, I might still get things so in *most* cases its the big heavies that load last?
I've been thinking of modifying the css so the biggies are display:none in non-hover state, and then at the very end of the HTML (and the very end of the stylesheet) have more <img src's for all these images, but then in a class of height=0; width=0; . Is this likely to make a difference, get the rest of the structure of the front page up before these big mommas start loading up?