Tag Archives: Sprites

CSS Sprites without Using Background Images

Awesome solution, especially with the CSS3: Similar to how the regular CSS Sprites work, we specify the exact width and height of our sprite dimensions. Adding an overflow: hidden; allows us to achieve the masking effect by hiding anything that spills out of its specified boundaries. To show the hover state, we simply add a [...]

Posted in Sharing | Also tagged | Leave a comment