Einzelnen Beitrag anzeigen

MathiasSimmack
(Gast)

n/a Beiträge
 
#24

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

  Alt 27. Jan 2004, 07:32
Zitat von Synonym:
Code:
<style type="text/css">
<!--
   acronym {
        border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#00A000;
   cursor: help;
}
-->
</style>
Ein bisschen kürzer:
Code:
acronym {
  border-bottom:#00a000 1px dashed;
}
  Mit Zitat antworten Zitat