CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 11th, 2013, 02:18 AM
Ihatephp Ihatephp is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 54 Ihatephp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 32 m 59 sec
Warnings Level: 1
Reputation Power: 1
Can I not use CSS sprite for a background image??

Hi there.

I'm trying to use CSS sprite for the first time to lighten the page load and have this question.

I know I was supposed to use CSS sprite for images like small icons, navigation's button image, link buttons and other "small" images that you may see on a website.
But can I not use CSS sprite technique for one big 1280*1024 type of background(or wallpaper) image because I was thinking that is the biggest image that should delay loading process the most?
I would like to get this guys included in the sprite map so that browsers don't have to send request for the biggest image on the whole entire site.

Thank you

Reply With Quote
  #2  
Old March 11th, 2013, 01:12 PM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,931 E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 7 h 48 m 54 sec
Reputation Power: 7053
I believe the answer is no unless there are some newer CSS techniques for handling images that I'm not aware of. If the container for the image is larger than the image, then you can't put it into a sprite. Since this is true of the <body>, you can't. If you put the background image into something like a <div> instead, then you could potentially put it into a sprite as long as it doesn't repeat.

Using a sprite doesn't speed up the load time of big images; the image data takes the same amount of time to transfer regardless. What a sprite does is reduce the number of HTTP requests. This is most effective at reducing the load time for small images, because the HTTP request for a small image represents a substantial part of the time required to retrieve the image, whereas for a large image the HTTP request does not represent a substantial part of the time required to retrieve the image.
__________________
PHP FAQ
How to program a basic, secure login system using PHP

Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
  #3  
Old March 12th, 2013, 12:29 AM
Ihatephp Ihatephp is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 54 Ihatephp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 32 m 59 sec
Warnings Level: 1
Reputation Power: 1
Oh okay and thanks for the detailed explanation.
that makes sense and I appreciate your time.

I hope the wall paper image doesn't delay loading time after getting small images on CSS sprite.

Thanks again.


Quote:
Originally Posted by E-Oreo
I believe the answer is no unless there are some newer CSS techniques for handling images that I'm not aware of. If the container for the image is larger than the image, then you can't put it into a sprite. Since this is true of the <body>, you can't. If you put the background image into something like a <div> instead, then you could potentially put it into a sprite as long as it doesn't repeat.

Using a sprite doesn't speed up the load time of big images; the image data takes the same amount of time to transfer regardless. What a sprite does is reduce the number of HTTP requests. This is most effective at reducing the load time for small images, because the HTTP request for a small image represents a substantial part of the time required to retrieve the image, whereas for a large image the HTTP request does not represent a substantial part of the time required to retrieve the image.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Can I not use CSS sprite for a background image??

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap