I am looking for a way to have the background-images (CSS) load as if they were appearing once loaded, and not “rolling down”. I’d rather have an image appear 300ms late in one flash instead of having it appear like a bad PowerPoint effect.
Any techniques or specific code that could be used (besides caching)?
Thanks,
First, if your image appear in “rolling down” it’s Image it’s too heavy.
Exist different program or website for reduce your image for web ( without losing quality )
for sample, Yahoo SMUSH.IT! is good for that!
After, I don’t know if existing a method for appear background-image after download… maybe in JavaScript…