Hej igen,
Jeg har så forsøgt at lave følgende:
a:link {
font-style: normal;
font-weight: Bold;
text-decoration: none;
cursor: hand;
font-variant: normal;
text-transform: normal;
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#CCCCCC;
}
a:visited {
font-style: normal;
font-weight: Bold;
text-decoration: none;
cursor: hand;
font-variant: normal;
text-transform: normal;
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#CCCCCC;
}
a:active {
font-style: normal;
font-weight: Bold;
text-decoration: none;
cursor: hand;
font-variant: normal;
text-transform: normal;
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#CCCCCC;
}
a:hover {
font-style: normal;
font-weight: Bold;
text-decoration: underline;
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#CCCCCC;
}
Så er links jo ikke altid understreget, men heller ikke direkte skjulte, da de er fremhævet og understreget, når musen føres over linket..
Vil det efter jeres mening være legalt i forhold til regelsættet fra Google, Yahoo mfl.?
På forhånd mange tak.