Jump to content

Help me with css sprites


linux1880

Recommended Posts

I have generated css sprites uploading images zip file into this site http://spritegen.website-performance. it gives me coordinates like

.sprite-accept { background-position: 0 0; width: 16px; height: 16px; } 
.sprite-add { background-position: 0 -66px; width: 16px; height: 16px; } 

, when i apply this css on page it gives me like 4 images on the row, I did play settingĀ  background-position into different width It doesn't work, how do i exactly get the required image only ? Pls help

Link to comment
https://forums.phpfreaks.com/topic/208655-help-me-with-css-sprites/
Share on other sites

We can't really help you without the image you have, and the code you are using. Or much more preferably, a site with the live code on it. You are asking us to take random guesses as to your code based on absolutely nothing. Some people here are really good, but you are asking for the near impossible.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.