charlietech
Member
Posted 8 months ago #
Trying to combine images using http://csssprites.com/ i came up with this to put in my css.
.parent-element {
background:url(result.png);
}
background-position: 0px 0px;
background-position: 0px -34px;
background-position: 0px -172px;
background-position: 0px -230px;
background-position: 0px -264px;
Its not working, what am i missing for this to work?
If you are looking for an example of a correct CSS sprite, then you can look at my site's social media buttons.
There is no way, one could tell, what you are missing, from the description of your issue.
charlietech
Member
Posted 8 months ago #
I was just hoping of an example of the css sprite on this post, you said look at your page but i know even know where im looking to find your css sprite. Im not that smart with this stuff as you can see.