css vil ikke lave menu en anden farve
Hey er ved at lave en hjemmeside, med css. Men når jeg vil gøre sådan at menu punkterne skifter farve når man holder musen hen over sker der ikke noget fordi jeg har lagt det ind i class. Men hvis jeg fjerne class virker det hvad gøre jeg galt.Min css file er her under og hjemmeside adr, her http://www.justcables.dk
body {
background-color: #ececec;
margin: 0 0 0 0 ;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
td,th {
font-size: 11px;
line-height: 15px;
color: #000000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
size: 12px;
}
/* TOPMENU */
. toplink a {
width: auto;
display: block;
padding-left: 1px;
padding-right: 1px;
padding-top: 10px;
text-decoration: none;
color: #263248;
background-image: url(../images/.jpg);
height: 31px;
font-size: 12px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.toplink a:hover {
width: auto;
display: block;
padding-left: 1px;
padding-right: 1px;
padding-top: 10px;
text-decoration: none;
color: #FF9F00;
/*background-image: url(../images/menu_a.jpg);*/
height: 31px;
font-size: 12px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.toplink a:active {
width: auto;
display: block;
padding-left: 1px;
padding-right: 1px;
padding-top: 10px;
text-decoration: none;
color: #263248;
background-image: url(../images/menu.jpg);
height: 31px;
font-size:12px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.toplink a:visited {
text-decoration: none;
}
/* SLUT TOPMENU */
.kasse {
background-image: url(../images/bg.jpg);
}
.topbillede {
height: 120px;
}
.topmenu {
height: 30px;
background-image: url(../images/menu.jpg);
}
.top {
height: 30px;
}
.main {
margin: 8px 0px 0px 0px;
}
.boks-side {
margin: 8px 0px 0px 0px;
}
.maintekst {
padding: 0px 0px 0px 20px;
width: 500px;
}
.sidetekst {
width: 198px;
}
/* TEKST */
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
h4 {
font-size: 12px;
}
h5 {
font-size: 10px;
}
h6 {
font-size: 8px;
}
/* form moduler */
INPUT {
background-color: #ececec;
color: black;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: none;
font-size: 9pt
}
TEXTAREA {
background-color: ececec;
border: black 1px solid;
color: white;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal
}
.altButtonFormat {
background-color: #ececec;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
border: #000000 1px solid;
font-size: 9px;
color: #000000
}
.altTextField {
background-color: #ececec;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000
}
.radioStyle {
background-color: #ececec;
border: #000000 solid 1px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000
}
