
The menu in the sidebar uses custom CSS to display a single image as a mosaic behind the navigation buttons. I love the developments in CSS that make this sort of thing practical. I have implemented this technique in the past — involving tedious slicing and dicing of many individual images with another set of “over” versions to display on hover. Modern CSS allows this with a single background image by simply adjusting the position of the image for each link, and using a partially transparent overlay on hover.
Share Your Thoughts:
You must be logged in to post a comment.