Alternative Stylesheet for Acronym

From LemonWiki共筆
Revision as of 15:28, 8 July 2006 by Planetoid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Problem: Common markup seems not work at Mediawiki

  • <ACRONYM title="High Technology">Hi-Tech</ACRONYM>
  • WWW

Solution: Alternative Stylesheet: Hi-Tech

 <span title="High Technology" class="acronym">Hi-Tech</span>

 abbr, acronym, span.abbr, span.acronym {
  cursor: help;
  border-bottom: 1px dashed #000;
}


Reference