Friday, June 24, 2005

Acronym tag and styles

This isn't strictly Linux - but it's kinda nice to know.
Firefox supports tags like ACRONYM and DFN. Here's an exampe of the ACRONYM tag - HTTP (Hold the mouse over the word HTTP for a few seconds).

In case you're wondering if the appearance you see here is default, it is not. It's been spruced up with this stylesheet.
<style>
acronym {
border-bottom: 1px dashed;
cursor: help;
}
</style>


I've added this to the HEAD section in my blog template.

No comments: