Alternative Stylesheet for Acronym: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 5: Line 5:


'''Solution''':  
'''Solution''':  
Alternative Stylesheet: <span title="High Technology" style="cursor:help;Border-bottom-style:dotted;Border-bottom-width:thin;">Hi-Tech</span>
Alternative Stylesheet: {{Acronym| acronym=Hi-Tech| def=High Technology}}


<pre>
<pre>
Line 22: Line 22:




[[Category:Web_Design]] [[Category:CSS]]
[[Category:WebDesign]]

Revision as of 21:51, 6 March 2007

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