Archive for the tag “foreground sprites”

Search for “foreground sprites” on Technorati.

Better Foreground Sprites

A while ago I wrote about using CSS Sprites in img tags — Foreground Sprites. Thus you avoid HTTP requests, but the page turns really ugly when CSS is switched off because the sprite image will be displayed in its full size. Now Google’s accessibility specialist T.V. Raman explained their idea of using sprites for foreground images — a much better solution!

Foreground Sprites

Most rollovers have become obsolete because they can be performed on background images with CSS sprites. However, there are those rare cases when there is just an icon without text, like a “play” or “pause” button. This article discusses how to apply CSS sprites for foreground images. […]