hint property

img[title]
{
 hint: attr(title)
}
img[alt]:not([title])
{
 hint: attr(alt)
}
a[title]
{
 hint: attr(title)
}
*[title=""]
{
 hint: none
}

The yellow hint shown after hovering a link with title attr etc.

-- 
Freyjkell

Received on Sunday, 27 January 2008 16:58:54 UTC