Forum Moderators: not2easy
[edited by: tedster at 6:46 am (utc) on Feb 21, 2013]
[edit reason] sorry, no specfiic domains [/edit]
[edited by: tedster at 5:33 am (utc) on Feb 22, 2013]
[edit reason] no spcifics leading to the website, please [/edit]
My problem is that I cannot get the entire sprite visible. There are five icons and while it shows five separate icons, it shows each as the same last two in the sprite.
div.icons {margin: 0; padding: 0; text-align: right;}
div.icons a {display: inline-block; margin: 0; padding: 0; width: 16px; height: 16px; background-repeat: no-repeat; background-image: url("sprites.png"); padding: 0;}
#yellow {background-position: 0 0;}
#orange {background-position: -16px 0;}
#red {background-position: -32px 0;}
#pink {background-position: -48px 0;}
#blue {background-position: -64px 0;}
<div class = "icons">
<a id = "yellow"> </a><a id = "orange"> </a><a id = "red"> </a><a id = "pink"> </a><a id = "blue"> </a>
</div>