Beispiel für CSS Sprites

Kommentieren Nov 23 2009 .txt, .json, .md

Sprites und CSS können einem viel Arbeit ersparen und auch die Anfragen an den Server reduzieren.

Hier ist ein tolles Tutorial wie man damit einen “Bubble Effect” mit macht.

You might be familiar with the plugin jQuery Dock which allows developers to create a menu like Apple Dock. Today, you will create a similar menu with bubble effect by using CSS only. Although it doesn’t have as smooth of an effect as jQuery Dock, it’s helpful for those that just want to make a cool menu by using pure CSS. This tutorial includes two methods: CSS sprites (basic) and the image swapping (advanced).

Bubble Effect with CSS