25 September 2006
CSS Tooltips - Floating HTML Elements
(via)TooltipsA small floating box that appears when you mouse over a link
This tooltip is created using just a few lines of CSS! are those li'l tip boxes that show up when you place your mouse over a link, or piece of text. This article shows how to create these tooltips with only CSS. Yes, no javascript.
The a html element (link) allow you to define a tooltip, that shows up when you mousever the link, using the title attribute. However, this tooltip cannot be styled, and is "ugly", so we will create our own with just CSS.
05 September 2006
20 August 2006
1
(3 marks)