(Gast)
n/a Beiträge
|
Re: [HTML] Hint wie bei Acronymen in der DP
27. Jan 2004, 08: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;
}
|
|
Zitat
|