Drei unterschiedlich große Links

Status
Nicht offen für weitere Antworten.
doch, geht, scheint aber nur probleme mti dem link uz haben, da muss wohl was "ordentliches" stehen.

hier nun die komplett überarbeite datei mir angepasstem css:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<style>
a {
    text-decoration: none;
    color: #000000;
    font-size:10px;
}
a:link, a:visited, a:active{
    color:#000000;
    cursor:hand;
    font-size:10px;
}
a:hover {
    color: #ff9900;
    cursor: hand;
    font-size:10px;
}
#bmenu a{
    font-size:9px;
    color:#000000;
    font-family:verdana;
}
#bmenu a:link, a:visited, a:active {
    color:#000000;
    cursor:hand;
    font-size:9px;
}
#bmenu a:hover {
    color:#D6022B;
    cursor:hand;
    font-size:9px;
}
#lmenu a{
    font-size:11px;
    color:#000000;
    font-family:verdana;
}
#lmenu a:link, a:visited, a:active {
    color:#000000;
    cursor:hand;
    font-size:11px;
}
#lmenu a:hover {
    color:#D6022B;
    cursor:hand;
    font-size:11px;
}
</style>

<a href="http://www.test.de">Link</a>
<br>
<span id="bmenu"><a href="http://www.test.de">Link</a></span>
<br>
<span id="lmenu"><a href="http://www.test.de">Link</a></span>


</body>
</html>

edit: das mit dem cursor hab ich jetzt vergessen rauszunehmen. egal;)
 
Zuletzt bearbeitet:
Status
Nicht offen für weitere Antworten.
Zurück