Hallo,
Ich brauche Profi-Hilfe. Ich komme mit einer Link-Veränderung nicht weiter:
Ich habe eine HP mit miteinander verlinkten html-Seiten. Nun möchte ich, dass ein Link bei hover die Text- und Hintergrundfarbe ändert und wenn er geclickt wird, also aktiv ist so auch bleibt. Könnt ihr mir helfen, was aus diesem code weg muss, rein muss, oder was auch immer. Hier das was ich in eine css-Datei drin habe:
a:link {
text-decoration: none;
font-weight: bold;
color: #EF9A48;
background-color: #FFE4C9;
display: block;
width:100%;
height:100%;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #EF9A48;
background-color: #FFE4C9;
display: block;
width:100%;
height:100%;
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #EF9A48;
display:block;
width:100%;
height:100%;
}
a:active,
a:focus {
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #EF9A48;
display:block;
width:100%;
height:100%;
}
Daaaaaankeeeee
auderzo
Ich brauche Profi-Hilfe. Ich komme mit einer Link-Veränderung nicht weiter:
Ich habe eine HP mit miteinander verlinkten html-Seiten. Nun möchte ich, dass ein Link bei hover die Text- und Hintergrundfarbe ändert und wenn er geclickt wird, also aktiv ist so auch bleibt. Könnt ihr mir helfen, was aus diesem code weg muss, rein muss, oder was auch immer. Hier das was ich in eine css-Datei drin habe:
a:link {
text-decoration: none;
font-weight: bold;
color: #EF9A48;
background-color: #FFE4C9;
display: block;
width:100%;
height:100%;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #EF9A48;
background-color: #FFE4C9;
display: block;
width:100%;
height:100%;
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #EF9A48;
display:block;
width:100%;
height:100%;
}
a:active,
a:focus {
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #EF9A48;
display:block;
width:100%;
height:100%;
}
Daaaaaankeeeee
auderzo