Guten Abend Roland,
Daher schlage ich border-bottom vor
Das funktioniert in diesem Beispiel nicht ohne
*:hover
und/oder „+
“-Selektor.
Wieso? Bei mir funktioniert
<body>
<div>
<a href="#">die ist ein Text</a>
</div>
</body>
mit
a:hover {
color: #af9f00;
/*background-color:#c2b90b;*/
border-bottom:3px dashed #ff9f00;}
und mehr steht ja im html-Code von
<a href="mailand-galleria.html"><font size="-1" color="black" face="Verdana">Galleria Vittorio Emanuele II: <br/></font><font size="+1" color="#cb0000" face="Verdana">Konsum in Marmor</font></a>
auch nicht.
Mit Gruß
Dada