.css underline
Jeg skal have underline på mine links, når musen kommer hen over, og underline color skal være black.sådan her ser mit .css script ud:::
body {
background-color: #FFFFFF;
font-family: verdana,arial,helvetica,sans serif;
font-size: 10px;
color: #000000;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
.style1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF6600;
}
.hvormange {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FF6600;
}
.style3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
}
.kort1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}
a:hover {
color: #FF6600;
TEXT-DECORATION : underline
}
a:link {
color: #FF6600;
TEXT-DECORATION : none
}
a:visited {
color: #FF6600;
TEXT-DECORATION : none
}
a:active {
color: #FF6600;
TEXT-DECORATION : none
}
