CSS-Tricks #43: How to Use CSS Sprites
  • Video is free for view
  • Video is available for download
View_video

CSS Sprites have been a hot topic for a long time now. The fact is that each image on a web page is a separate server request and you can dramatically increase the performance of a page by combining images and reducing that number of requests. In this screencast I’m going to show you how to do exactly that, by taking what would be 8 different images and combining them into one. As an added bonus, we then expand the idea with jQuery and build ourselves a little accordion widget.



Tags: CSS-Tricks, HTML, jQuery, Frameworks, Javascript, CSS, Design

Level: any Date: November 20, 2008 Votes: 0 User: Dmytro Shteflyuk  Comments:
 
 

1 Response(s) to this entry

Subscribe to comments with RSS.