Min menu hopper. Hvorfor ?
http://www.weide.dk/exp-test/Læg mærke til forskellen på om skolen -> fagene, fritiden og ansatte... og så beliggenhed. Jeg har kopieret koderne fra de andre sider, men når jeg retter "Beliggenhed" til "Om skolen" så ryger formateringen... kan I se hvorfor ?? I don't get it.
CSS:
a:link {
color: black;
text-decoration:none;
}
a:visited {
color: black;
text-decoration:none;
}
a:active {
color: black;
text-decoration:none;
}
a:hover {
color:black;
text-decoration:none;
}
body {
background-color: #EBF4FD;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #F7FBFF;
scrollbar-highlight-color: #EBF4FD;
scrollbar-shadow-color: #EBF4FD;
}
.tabel {
font-family: Verdana, san-serif;
font-size: 10;
color: #000000;
background-color: #EBF4FD;
border-color: #000000;
border-style: solid;
border-width: 1px;
}
.contxt {
font-family: Verdana, san-serif;
font-size: 10;
color: #000000;
background-color: #EBF4FD;
}
td.knap{
width: 14%;
height: 22px;
text-align: center;
background-color: #EBF4FD;
}
td.knap a{
display: block;
width: 100%;
height: 22px;
font-family: Verdana, san-serif;
font-weight: bold;
font-size: 10;
line-height: 22px;
color: #000000;
text-decoration: none;
background: #5AAAE9; /* den farve baggrunden er ved mouseout */
border-color: #000000;
border-style: solid;
border-width: 1px;
}
td.knap a:hover{
color: #FFFFFF;
text-decoration: none;
background: #104B78; /* den farve baggrunden er ved mouseover */
}
td.knapint{
width: 20%;
height: 10px;
background-color: #EBF4FD;
}
td.knapint a{
text-align: center;
display: block;
width: 20%;
width: 100%;
font-family: Verdana, san-serif;
font-weight: bold;
font-size: 10;
line-height: 22px;
color: #000000;
text-decoration: none;
background: #EBF4FD; /* den farve baggrunden er ved mouseout */
border-color: #CFE6FB;
border-style: ridge;
border-width: 1px;
}
td.knapint a:hover{
color: #000000;
text-decoration: none;
background: #CFE6FB; /* den farve baggrunden er ved mouseover */
}
td.usedknapint{
width: 20%;
height: 10px;
background-color: #ffffff;
}
td.usedknapint a{
text-align: center;
display: block;
width: 20%;
width: 100%;
font-family: Verdana, san-serif;
font-weight: bold;
font-size: 10;
line-height: 22px;
color: #000000;
text-decoration: none;
background: #EBF4FD; /* den farve baggrunden er ved mouseout */
border-color: #CFE6FB;
border-style: ridge;
border-width: 1px;
}
td.usedknapint a:hover{
color: #000000;
text-decoration: none;
background: #CFE6FB; /* den farve baggrunden er ved mouseover */
}