Hej,
Jag fattar inte varför en länk i min meny fungerar som den ska och inte de andra. Jag hittar inte felet och jag hoppas att ni kan hjälpa mig.
adressen till sidan är denna http://ekonomsektionen.se/karriar/index.html
CSS kod
#wrap {
position: relative;
width: 600px;
height: 100%;
margin: 0 auto;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: silver;
border-right-color: silver;
border-bottom-color: silver;
border-left-color: silver;
}
#top {
width: 600px;
background-image:url(meny.jpg);
height: 105px;
}
#nav {
width: 600px;
height: auto;
border-bottom-style: solid;
border-bottom-color: silver;
}
.meny li{
margin-left: 20px;
list-style-type: circle;
display: inline;
font-family: "Comic Sans MS";
margin-bottom: 20px;
padding-bottom: 20px;
}
.meny a {text-decoration: none;}
.meny a:link {color: #C0C0C0;}
.meny a:hover {
color: #e01e26;
font-weight: bold;
}
.meny a:visited {color: #C0C0C0}
#content {
width: 600px;
margin: auto;
position: static;
}
.text {
padding: 0px;
left: 20px;
font-family: "Monotype Corsiva";
font-size: small;
line-height: 16px;
color: #C0C0C0;
margin-top: 0px;
margin-right: 40px;
margin-bottom: 0px;
margin-left: 20px;
letter-spacing: 2px;
}