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

learn more… | top users | synonyms

0
votes
0answers
16 views

CSS3 background-image with bundled sprite image based on images with different original Image Size

Hello I am currently writing a sprite generator based on CSS 3 and my question is : What is the best practice to show CSS3 background-images with a bundled sprite image based on images with different ...
0
votes
1answer
16 views

Sprite Image Resize - Make Responsive when resizing browser

I am having issues making the sprite I have resize, when I resize browser window. The remiander of the template is repnsive including the Nav Menu. The sprite remains fixed and sticks out of the ...
0
votes
0answers
7 views

Dilemma: a huge sprite & inline style tags VS. no inline style tags and many images

I have an application in which the user will 'upload' a lot of (small-size, from 5 to 20kb each) images to the HTML page, and will drag and drop them to different locations on the page (with jQuery). ...
0
votes
1answer
29 views

Using css sprites with javascript

I know how to use css sprites with pure html and css. But what if I dinamycally change an image by selecting a value from a dropdown box with javascript? <select name="pricing" ...
0
votes
0answers
14 views

Does sprite disposition affects rendering performance?

In my application I have some very big sprites and have to decide between horizontal or vertical sprites. I've read that horizontal sprites are smaller in file size, but I wonder if one of them would ...
-1
votes
0answers
27 views

CSS background position icon from sprite

Hi I have small problem with an background of an select box with sprite. I have modified the select box and set an arrow in this form: background: transparent url("/images/br_down.png") no-repeat ...
0
votes
1answer
36 views

Logical explanation for CSS background-position?

For an application with a good lot of icons, I want to make an image sprite. Since I started my 'adventure' in the land of webdesign/ front-end webdev, I've always wondered: what is the logic behind ...
1
vote
1answer
26 views

Sprite menu with different background positions

How can we change the code to have a sprite menu with different background positions for each element? CSS: #sd_menue { width: 266px; margin-top: 211px; float: left; } #sd_menue li { ...
3
votes
2answers
51 views

How do I use a sprite background image to display once on an element (no-repeat)?

I wish to add a jQuery icon to another class which is added by another plugin (jquery.tablesorter.js), specifically I wish to add the icon ui-icon-triangle-1-n to the .headerSortUp class from ...
0
votes
2answers
23 views

CSS Sprite is not loading sprites correctly

I'm trying to load a spritesheet for a menu that I'm building, but instead of showing one image at a time, it shows the whole spritesheet at different positions in the element. This is my CSS code ...
0
votes
1answer
40 views

how much CSS sprite reduce page loading time?

I know you can reduce page load time by using CSS sprite. As this will reduce round trip, etc. Is their any numerical value or performance test that by using CSS sprite how much average page loading ...
1
vote
3answers
20 views

Picture sprites in css

I've read a lot about the benefits of using sprites in css for icons and logos, but this seems to be largely used for lossless formats such as gif and png. I'm wondering if the benefits are still ...
0
votes
1answer
27 views

Un-cross out the css property from the user end

When I enter the high-contrast mode in Windows 7, The background images becomes invisible. It is OS actively crossing out all background properties in CSS. (I am not certain how this works). I was ...
1
vote
1answer
86 views

Add custom CSS to sprites generated with Compass

I have this code in my_images.scss file: $icon-layout:smart; $icon-sprite-dimensions: true; @import "icon/*.png"; @include all-icon-sprites; The output is something like this: .icon-sprite, ...
-2
votes
1answer
38 views

Menu Sprite Navigation

this is the mockup for the site I need to code Mockup my menu sprite is not working properly, here you can see it Website Here is the HTML HTML file and here the CSS CSS file
0
votes
1answer
23 views

Targeting ONLY my image sprite via CSS

OK, sorry...this is kind of a basic CSS question but it's driving me crazy. I'm self-taught so I'm sure I am just missing something simple. Site: http://notes.benadelt.com The logo image sprite is ...
1
vote
0answers
47 views

Using the same Compass sprite in different stylesheets

I'm using Compass to generate CSS sprites. I found a way to define a sprite once and use it across different .scss files, but I'm not sure this is the right solution. The best way I could find ...
0
votes
0answers
29 views

Compass spriting in Rails 3.2 issue

I use the latest compass-rails gem in my Rails 3.2.12 app. Have a bunch of *.gif icons in /app/assets/images/auth_icons/ folder and an "added.css.scss" stylesheet. @import "compass/reset"; @import ...
1
vote
1answer
328 views

Change between multiple images when hovering another div (using css sprites)

I'm using jQuery to change between several images when I hover over another div. The code is as follows: var imgs=['img/image01.png', 'img/image02.png', 'img/image03.png', ...
2
votes
1answer
50 views

Why is my spritesheet being loaded multiple times?

I have a spritesheet driving the appearance of a group of buttons, which change in response to various mouse operations. However, I can see a flicker when switching between sprites, and looking at the ...
0
votes
2answers
64 views

Align text under CSS sprites

I have a number of links, each have a class passing the correct sprite to present each image and the relative hover image for each link. The problem is aligning the text directly underneath the ...
1
vote
0answers
75 views

Symfony2: permission error with assetic and compass sprite generation

I just trying to generate a compass image sprite with assetic in symfony 2.2 project. I configured compass filter and i have some .scss files working perfect. But when I try to generate an image ...
0
votes
2answers
43 views

Big CSS Sprite İmage (Works as slow in low cpu computers)

My site have a big css sprite image. Site: http://www.protohaber.com/demo Sprite İmage: http://www.protohaber.com/demo/templates/v1/images/proto_sprite.png My site is works slow (e.g. page ...
2
votes
1answer
98 views

Optimising CSS: Sprite or repeating background image?

So my task is to optimise the CSS for a Website. Currently, their buttons are all done using image sprites like the following: These sprites are all put into one large .png (40 or so different ...
0
votes
1answer
55 views

Css Sprites - Is my file too big?

I have used before different images on my webpage and now i'm coming to optimization. It's a dating site by the way. What i have done is combine all images which i'm going to use into 1 image where ...
3
votes
1answer
93 views

Reusing nested classes in LESS for sprite icon reuse

I have a .less file that contains classes to manage my sprites, such as: .icon-16 { background: url('/Content/images/app/icons-16.png') no-repeat top left; width: 16px; height: 16px; ...
2
votes
2answers
185 views

How to create an image sprite that stretches both horizontal and vertically as a single image?

I'm trying to make a image sprite for a box that can stretch vertically and horizontally while also having a hover over state. I usually create a sprite that either stretches vertically or ...
0
votes
1answer
58 views

Scaling sprites below 100% alters their position

I've followed a tutorial on scaling sprites http://tobyj.net/responsive-sprites/ - when I set the images to 100% they are fine but when I use a value of 35% in my media queries the sprite images are ...
2
votes
2answers
86 views

Current Google homepage - why is css sprite used instead of a single image?

Look at the Google homepage being displayed right at this moment. A screenshot is provided below. Instead of using this as a single image Google used css sprite. The sprite image is provided ...
0
votes
1answer
79 views

css sprite for navigation not working

I am trying to use a css sprite for naviation in a dreamweaver template for a school project, and the image is not showing up.. Here is my code, right now I am only working on the home button. I have ...
0
votes
2answers
128 views

CSS Sprites Inside Padded Elements

I have a list where I am using background-image CSS sprites for the links. The problem I was having was that I want padding around the sprite without having to go back and recreate all my images. The ...
-1
votes
2answers
78 views

Single CSS sprite for 2 different classes. Is it a good way to do it?

Im trying to reduce the number of HTTP calls by using sprite image in my project. So the structure goes like this: <div class="parent"> <div class="child-1">Content here</div> ...
2
votes
1answer
95 views

Should I be using sprites for jQuery Sliders?

I understand that using sprites saves HTTP requests and therefore makes a page load faster. How does that relate to jQuery sliders? Does a jQuery slider load all images on page load or load them as ...
0
votes
2answers
85 views

control sprite image coordinates with variables in css

I want to control sprite image coordinates in css using variables.. background: url('sprite.png') no-repeat -123px -321px; width: 23px; height: 22px; what I want is to be able to use the above line ...
0
votes
1answer
360 views

jQuery background-position animation with css sprites not working

So I am trying to animate my navigation links background which is Css sprite. this picture: http://img689.imageshack.us/img689/2996/menufc.png $(document).ready(function(){ $('nav a') // ...
1
vote
0answers
88 views

Is Opera mishandling background-position and/or background-size with percentage values?

I am attempting to use a background image as a sprite, on elements with variable dimensions. I am therefore using percentage based values for background-size and background-position. I have ...
0
votes
1answer
106 views

SASS/Compass: Sprite images dimension (width, height)

I have a bunch of images that have different dimensions. Compass is great with compiling all the files into a single sprite, generating classes from their filenames and applying the ...
0
votes
2answers
125 views

Changing background position with Javascript?

Though I can see this question has been asked before I really need a solution without the use of JQuery, its for an embedded web interface and I don't want the overhead of loading jQuery. I need to be ...
0
votes
1answer
45 views

Displaying background images of achor links horizontally

I am trying to display different icons in my webpage like following: I have tried the following HTML and CSS code but is it is displaying the icons vertically like following: HTML <div ...
0
votes
1answer
92 views

Can't get Icon font/sprite rollover to change colors

I am trying to to position some related icons above my main nav. Essentially what am I am trying to accomplish is to have the text and icon change to a different color when the user hovers over the ...
0
votes
1answer
66 views

How can a SVG sprite be made using independent SVG images?

How can I combine SVG icons from http://raphaeljs.com/icons/ to make a CSS Sprite. When I do this: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" ...
0
votes
1answer
511 views

Making CSS Sprites Responsive

UPDATE 2: Making further progress. Almost there! jsFiddle: http://jsfiddle.net/persianturtle/Tfemm/6/ The sprite is now 99% responsive, except that the margin-bottom: % Does not line up ...
1
vote
1answer
58 views

CSS Sprites for Fluid Grid System

Is there a way to use sprites without using the background: url(); property? For example, is there a way to use sprites with <img> tags instead? The reason I ask is because I am trying ...
0
votes
1answer
77 views

For accessibility, will the 'title' attribute act an identifier for an anchor link which has background images , when the css is disabled?

say, <a href="#somelink" id="someID" onclick="searchValue();" class="someClass" title="My Search"> </a> <style> someClass{ background: url("someimage.png") no-repeat scroll 0 0 ...
1
vote
2answers
183 views

Place the Sprite image right side of the anchor tag?

I am having the css sprite image.And it works fine but the issue is I want the image right side of the anchor tag's text.But it displays in the left side.The sprite image is here. ...
0
votes
1answer
20 views

IE 7 with backgorund image and position with js hack

I am using the js for before hack in IE 7.It displays the background image for the class.But now I want to position the image.Because it is sprite.I dont know why its not working .below is my code. ...
0
votes
1answer
82 views

CSS Sprites in IE 7 doesnt work?

I want to implement the bullet style for each unordered list.I have the sprite image for that.And I implemented it.I took the example form the below link. ...
1
vote
1answer
60 views

Minimum Space Sprite Arranger

I have a sprite with a ton of small icons and maintain the Illustrator file often enough that i'd like a script to automatically arranging the group objects as closely as possible without overlapping, ...
1
vote
3answers
79 views

Swap image with text in print

I use sprites to insert images on a page. <div class="sprites logo1"></div> <div class="sprites logo2"></div> However, when I print the page, unless my settings are changed ...
0
votes
1answer
148 views

Dynamic jQuery CSS with 3-state rollover backgroundPosition change depending on state

I have an a href on my header area, when the user clicks this header I want to change my pages background to white from black, and change the colors of my navigation buttons to black from white. All ...

1 2 3 4 5 11