css ! hover på class
Hvad er der galt med dette style sheet, efter man har browset filer de enkelte links, virker hoveren ikke længere, har stirret mig blind ¨på det, hvad er der galt.a.menupunkt:link {
font-family: Verdana;
font-weight: bold;
text-decoration: none;
color: #717171;
border-bottom: 1px dotted #6D6D6D;
line-height: 22px;
width: 99%;
}
a.menupunkt:hover {
font-family: Verdana;
font-weight: bold;
color: #000000;
text-decoration: underline;
border-bottom: 1px dotted #6D6D6D;
line-height: 22px;
width: 99%;
}
a.menupunkt:visited {
font-family: Verdana;
font-weight: bold;
text-decoration: none;
color: #717171;
border-bottom: 1px dotted #6D6D6D;
line-height: 22px;
width: 99%;
}
a.menupunkt:active {
font-family: Verdana;
font-weight: bold;
text-decoration: underline;
color: #717171;
border-bottom: 1px dotted #6D6D6D;
line-height: 22px;
width: 99%;
}
