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
17 August 2006
Cascading Style Sheets
by 4 othersThis document specifies level 1 of the Cascading Style Sheet mechanism (CSS1). CSS1 is a simple style sheet mechanism that allows authors and readers to attach style (e.g. fonts, colors and spacing) to HTML documents. The CSS1 language is human readable and writable, and expresses style in common desktop publishing terminology.
08 August 2006
1
(5 marks)