Tooltips
Each time I see tooltips being used I think it’s a neat little feature. Displaying quick previews of items before the user loads a new page, or giving helpful information about an item on the current page is really nice. However, most of the implementations I see have the tooltip following the mouse pointer around the screen. I thought I’d take a different approach, allowing the tooltip to be placed using CSS rather than JavaScript. Taking this approach allowed me to come up with a couple of interested ideas and non-standard uses for the tooltips, such as an image gallery. I am quite pleased with the result.
