I haven't noticed any on my personal site
(http://www.lyonsmorris.com/). Right now its mix of css and older
traditional tables based layouts. Both layouts share the same style
sheets, and from what I've seen unused styles with images do not slow
down page loading any more than unused styles without images.

larry


On Mon, 14 Mar 2005 10:51:11 -0500, Phill B <[EMAIL PROTECTED]> wrote:
> If you have a style sheet that lists several images, will it load
> those images even if the style is not called to? I need to know if it
> will cause any performance issues. This is what the style sheet would
> look like.
> 
> #style
> {
> background-image: url('/images/a.jpg');
> background-repeat: no-repeat;
> background-position:bottom;
> }
> 
> #other_style
> {
> background-image: url('/images/b.jpg');
> background-repeat: no-repeat;
> background-position:bottom;
> }
> 
> #other_navstyle
> {
> background-image: url('/images/c.jpg');
> background-repeat: no-repeat;
> background-position:bottom;
> }
> 
> --
> Phillip B.
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Flash for programmers - Flash MX Pro
http://www.houseoffusion.com/banners/view.cfm?bannerid=56

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:150563
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to