Hi,
wenn man auf
Microsoft.com geht und dort zum Beispiel auf CHANGE, dann wird CHANGE gelb/gold markiert und darunter taucht eine gepunktete Linie auf.
Nun ist meine Frage, wie bekomme ich diese gepunktete Linie hin?
Die momentane Dekoration der Links:
Delphi-Quellcode:
<style type="text/css">
a:link { text-decoration:none; color:#999999;}
a:visited { text-decoration:none; color:#999999;}
a:hover { text-decoration:underline; color:FFCC00;}
a:active { text-decoration:underline; color:#999999;}
a:focus { text-decoration:blink; color:#FFCC00;}
</style>
mfG
Störtebeker