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.
Floating Layer At Cursor Position
(via)This post shows how to implement layers that will display content over existing content just below and to the right of the cursor position.
curvyCorners - Ultimate Rounded Corners.
by 11 otherscurvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners.
August 2006
June 2006
1
(7 marks)