Tagged Questions

9
votes
5answers
476 views

How do CSS sprites speed up a web site?

I'm trying to understand how CSS sprites improve performance on a site? Why is the downloading of several small images slower than the download of a single image holding the smaller images if the …
8
votes
6answers
247 views

Is css-sprite a good technique?

is css-sprite good technique? I read about its pros at http://spriteme.org/ and have also I seen a lot of questions about css sprites here in stackoverflow. What are its cons? Will it work in all …
6
votes
8answers
407 views

When is a CSS Sprite too large?

Is the main purpose of sprites to reduce http requests made to the server for graphical elements on a page? Or do you want to try and fit as many elements to the sprite as possible. I guess what …
6
votes
4answers
328 views

CSS Sprites browser rendering

We all know that CSS sprite images are great to reduce the amount of requests and such, but what about the performance of the browser rendering the page with several elements using a big image as a …
4
votes
6answers
195 views

What are the advantages of using CSS Sprites in web applications?

I'm working on a website with reasonably heavy traffic and I'm looking into using a CSS sprite to reduce the number of image loads in its design. Are there any advantages to using a CSS sprite …
4
votes
3answers
217 views

Single image file to store all the little images on a page

In one of the recent Stackoverflow podcasts, Jeff talked about having a single image file having all of those tiny images that are all over a page and then cutting it with CSS so that all the images …
4
votes
3answers
492 views

How can I make a DIV behave like an IMG for use as a CSS sprite?

I have written code that automatically creates CSS sprites based on the IMG tags in a page and replaces them with DIV's with (what I thought was) appropriate CSS to position the sprite image as a …
3
votes
3answers
186 views

css and image sprites

I got a quick question about sprites in css: Will I send two HTTP Request if I include the same image twice in a css file? For example if I want to load two different buttons from the same icon set …
3
votes
5answers
1k views

Extended css sprites not working with :hover?

Hi, I just encountered this article of an extention of css sprites that enables the spriting trick with foreground images . I tried to use the technique on :hover but it doesn't appear to work in IE …
2
votes
2answers
66 views

Software/Plugin for css sprite generation

Hello, does anyone know if there exists any offline software or plugin(dreamweaver, etc) to generate a css sprite. That is: merging images and generating the css rules. I know there is a post here: …
2
votes
3answers
103 views

how to give alt text to link if we use csssprites ?

I made a css menu with css sprites but with sprite we can't add alt="text" to link to access if images isdsabled. any solution for this ?
2
votes
5answers
96 views

How to find the proper offsets for CSS sprites?

I have a sprite image set as the background of an element on my page, but how do I find the proper offsets so I can actually see it on the screen?
2
votes
4answers
108 views

How do you make a background image to adjust it’s size to the containing element?

Check the rounded corners of the main tabs in this site Those are background images with width of 440px, and still it adjusts to the containing element without loosing the rounded edges.
2
votes
4answers
446 views

FireFox 3.5 Fetches Image Sprite Repetitively - how to prevent?

EDIT: This is a Mozilla bug. See this thread: https://bugzilla.mozilla.org/show%5Fbug.cgi?id=501853 I have a sprite I use for my images here: http://www.trailbehind.com/site%5Fmedia/images/sprite.png …
2
votes
5answers
1k views

jQuery toggle to change image

I have a list of divs with images in them: <div class="wizard-img"><%= image_tag("sources/pix/nyt.png") %></div> <div class="wizard-img"><%= …

1 2 3 next
15 30 50 per page