Hallo allerseits,
bin gerade am Verzweifeln: Die Schaltflächen und die Schrift der Navigationsleisten vergrößern sich beim Draufklicken und liegen dann etwas über den darüber- und darunterliegenden Elementen. Nach dem Aktualisieren der Seite (F5) bleibt die Hintergrundfarbe der Schaltfläche dann weiß.
Ich habe schon in der CSS-Anweisung ausprobiert, für visited eine Schriftgröße festzulegen, das hat aber keine Auswirkung.
Hat jemand eine Idee?
Hier der CSS-Code:
#topnav {
background:#2864BE;
border-bottom:2px solid #fff;
}
#topnav ul, li {
display:inline;
line-height:48px;
font-family:Arial,Helvetica,sans-serif;
font-size: 110%;
font-weight:bold;
text-decoration: none;
}
#topnav a {
margin:0px; padding:13px 35px 14px 25px; }
#topnav a:link { color: #ffb13d; text-decoration: none; }
#topnav a:visited { color: #ffb13d; background:#2864BE; }
#topnav a:active a:focus { color: #ffb13d; background:#2864BE;
}
#topnav a:hover {
background:#427DD7;
text-decoration: none;
colorarkOrange;
letter-spacing:1px;
border-top:3px solid red;
border-bottom:2px solid red;}
bin gerade am Verzweifeln: Die Schaltflächen und die Schrift der Navigationsleisten vergrößern sich beim Draufklicken und liegen dann etwas über den darüber- und darunterliegenden Elementen. Nach dem Aktualisieren der Seite (F5) bleibt die Hintergrundfarbe der Schaltfläche dann weiß.
Ich habe schon in der CSS-Anweisung ausprobiert, für visited eine Schriftgröße festzulegen, das hat aber keine Auswirkung.
Hat jemand eine Idee?
Hier der CSS-Code:
#topnav {
background:#2864BE;
border-bottom:2px solid #fff;
}
#topnav ul, li {
display:inline;
line-height:48px;
font-family:Arial,Helvetica,sans-serif;
font-size: 110%;
font-weight:bold;
text-decoration: none;
}
#topnav a {
margin:0px; padding:13px 35px 14px 25px; }
#topnav a:link { color: #ffb13d; text-decoration: none; }
#topnav a:visited { color: #ffb13d; background:#2864BE; }
#topnav a:active a:focus { color: #ffb13d; background:#2864BE;
}
#topnav a:hover {
background:#427DD7;
text-decoration: none;
colorarkOrange;
letter-spacing:1px;
border-top:3px solid red;
border-bottom:2px solid red;}