I spoke briefly about using CSS sprites at City College last class. This is basically a way of using a single image in areas where you might normally use many (rollovers, buttons, etc). This technique cuts down on the number of HTTP requests the browser needs to make to the server and so speeds up the loading of your webpage. There’s a good article here detailing the use of CSS sprites at Yahoo and AOL.
Comments Off