CSS problem?
Jeg har et problem, når man har trykket på et af linksne i menuen på http://www.simplesolutions.dk/mauls/ går min CSS rollover helt i spasser. Er der nogen der kan hjælpe mig med at få den til at virke optimalt?Style.css:
.menu a:link, .menu a:active, .menu a:visited {
display: block;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
width: 120px;
hight: 20px;
background-color: #FFE697;
color: #000000;
text-decoration:none;
height: 20px;
}
.menu a:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #535352;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
text-decoration:none;
border-left-color: #000000;
height: 20px;
}
.menutop a:link, .menu a:active, .menu a:visited {
display: block;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
border-top-style: soild;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
width: 120px;
hight: 20px;
background-color: #FFE697;
color: #000000;
text-decoration:none;
height: 20px;
}
.menutop a:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #535352;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
border-top-style: soild;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
text-decoration:none;
border-left-color: #000000;
height: 20px;
}
