Press ESC to close

CSS

Introduction to CSS Sprites

Domagoj 0 2

CSS Sprites are a neat little trick which enables us to store the graphics we need to display menus, icons or buttons in one big image while showing only a part of that image at a time. This enables us to instantly show another part of the image when we need it, thus creating the desired effect, saving bandwidth and removing image flicker.

Continue reading