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.

Can I add color to bootstrap icons only using CSS?

Twitter's bootstrap uses Icons by Glyphicons. They are "available in dark gray and white" by default: Is it possible to …

css twitter-bootstrap sprite css-sprites
How can I scale an image in a CSS sprite

In this article, http://css-tricks.com/css-sprites/, it talks about how can I crop off a smaller image from 1 bigger …

css css-sprites
Clip/Crop background-image with CSS

I have this HTML: <div id="graphic">lorem ipsum</div> with this CSS: #graphic { background-image: url(…

css css-sprites
align icons with text

What's the best way to align icons (left) and text (right) or the opposite text on left and icon on …

css css-sprites
Tools to make CSS sprites?

Are there any good tools to make css sprites? IDEALLY I'd want to give it a directory of images and …

css css-sprites web-performance
Using Css Sprites and background position

I have a div element, say of width 200px and height 200px. I need a small image to appear on …

css css-sprites background-position
use CSS sprites for list (<li>) background image

Is it possible to use CSS sprites for the list background image? Normally, I render my sprites with CSS like …

html css css-sprites
jQuery toggle to change image

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

jquery css user-interface css-sprites
How can I apply CSS style changes just for one page?

I have two css files: A main file (main.css) A specific page file (page5.css). My page.css contains …

css css-selectors css-sprites
Using sprites with IMG tag?

I understand how to use sprites, however, isn't a "src" attribute required for IMG tags? I could always use a …

html css css-sprites html-validation