Mangler topstreg omkring billede
Jeg har en del af en side som driller mig på eet punkt, de små billeder i venstre side, linker til det store i højre side - ingen problem.Men stregen om de små billeder skal i eksemplet være blå, som forandres til rød ved mouseover ...men topstregen kommer ikke med! Nogen der har en logisk forklaring på det???
link:
http://www.prolight.dk/exp-truck/kunde-truck.html
CSS-filen ser sådan ud:
html, body {
background-color:##dadbdb;
margin:0px;
height:100%;
padding:0px;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #034e89;
margin-left: 5px;
}
h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #034e89;
vertical-align: bottom;
margin-bottom: 0px;
margin-left: 5px;
}
h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
}
.adressetekst {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #034e89;
}
.hoved_adresse_tekst {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: white;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
height: 12px;
width: 100px;
border: thin solid #034e89;
}
.input_knap {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #034e89;
height: 18px;
width: 40px;
border: 1px solid;
}
A:link { color: #034e89; text-decoration: none}
A:visited { color: #034e89; text-decoration: none}
A:hover { color: red; text-decoration: underline}
A:active {color: black; text-decoration : none}
a.billede:active, a.billede:link, a.billede:visited{
border: 2px solid #000099;
}
a.billede:hover{
border: 2px inset red;
}
#storbillede{float:right; width:300px}
