Einzelnen Beitrag anzeigen

Synonym
(Gast)

n/a Beiträge
 
#19

Re: [HTML] Hint wie bei Acronymen in der DP

  Alt 26. Jan 2004, 20:40
So:

Code:
<acronym title="Hier ter titel">Unterpunkteter Text :-)</acronym>
und so kannste das unterstrichelte mit css formatieren

Code:
acronym {
        border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#00A000;
   cursor: help;
}

Gruß

synonym
  Mit Zitat antworten Zitat