Top "Css-sprites" questions

CSS Sprites is a CSS technique to combine small images into one big image and then access them using the background-position property.

Smallest data URI image possible for a transparent image

I'm using a transparent 1x1 image with a background image, to be able to use sprites and still provide alternative …

css css-sprites
Looking for a good Image Sprite generator tool

I looking for a decent Image sprite generator. I tried http://spritegen.website-performance.org/ but it's not "smart" enough to …

generator css-sprites sprite
How to remove or disable before and after pseudo classes?

This seems very trivial but I couldn't figure it out. Simply overriding it with display:none doesn't work on IE8. #…

css css-sprites pseudo-class
CSS: using image sprites with css pseudo classes :before and :after

I have never tried that before. I created an image sprite that is contains two icons. Each icon is 26px …

css sprite css-sprites pseudo-class
CSS - using one background image with multiple images on it

I've observed that often the websites use only one background image which contains multiple images on it. For example, instead …

css background css-sprites
How to concatenate icons into a single image with ImageMagick?

I want to use CSS sprites on a web site instead of separate image files, for a large collection of …

graphics bitmap imagemagick css-sprites
Why use a sprite sheet rather than individual images?

One thing I have noticed on some sites is that they use one BIIIIIIIG image containing lots of little images, …

html css image css-sprites
Positioning background image on form element with CSS sprites

I am trying to get a magnifying glass as the background for my input element. The magnifying glass icon is …

html css markup css-sprites sprite
CSS Sprites Repeating Images

I was wondering if there is any way to use just one image for repeating and non-repeating images using css …

html css optimization image css-sprites