Alternative Stylesheet for Acronym: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
'''Solution''': | '''Solution''': | ||
Alternative Stylesheet: | Alternative Stylesheet: {{Acronym| acronym=Hi-Tech| def=High Technology}} | ||
<pre> | <pre> | ||
| Line 22: | Line 22: | ||
[[Category: | [[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
- 使用abbr及acronym標籤表示網頁中呈現的文字縮寫與簡稱不良設計
- Prokop, Marek (2002). Styling in IE July 8, 2006 access