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.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:150548
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