link vil ikke være aktiv hele tiden hvorfor
sider med et site herhttp://www.somatiskpsykologi.dk/index.php
men når jeg klikker på et link bilver det aktiv som det skal... klikker jeg ander steder på siden forsvinder det :( af vilken grund ? min css vil =
body , td {
margin: 0px 0px 0px 0px;
font-size: xx-small;
font-family: Verdana;
}
A {
text-decoration: none;
color: #0073FF;
}
A:Hover {
text-decoration: none;
color: #C6BDF7;
}
A:active {
text-decoration: none;
color: #C6BDF7;
}
