So all in all what is the "smart" way to handle this? Should there have been some better design decisions made before this?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Montoya Sent: Tuesday, December 13, 2005 11:55 AM To: Kevin Cannon; [email protected] Subject: Re: [css-d] Preloading Background Images On 12/13/05, Kevin Cannon <[EMAIL PROTECTED]> wrote: > I'm not that keen on combining the 6 images into 1 large one and changing the > background position, as that would mean the homepage would take too long to > appear. If you combined the 6 images into 1, that one image would load faster. You can preload images, just use your imagination, load them off screen with position:absolute; and give them a size of nothing. But I really discourage that. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
