Problem med links i .css
Hejsa...Jeg er sku løbet ind i et mindre problem...
i min css har jeg følgende stående...
a {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: transparent;
font-size: 10px;
font-style: normal;
text-decoration: none
}
a:link {
color: #000000;
background-color: transparent;
text-decoration: none
}
a:active {
color: #000000;
background-color: transparent;
text-decoration: none
}
a:visited {
color: #000000;
background-color: transparent;
text-decoration: none
}
a:hover {
color: #000000;
background-color: transparent;
text-decoration: underline
}
det er sådan de generelle links skal se ud... men lige netop i min menu ville jeg gerne have dem til at se anderledes ud....
Hvordan kringles lige det ???