Alternative Stylesheet for Acronym: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 15:28, 8 July 2006

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