Erelid |
|
En hoe regel je de opmaak van je links? Nee, we gaan iet heel je site uitspitten om dat te zoeken.
edit: err..
/* Links */
:link.1, :visited.1 { text-decoration: none;
font-family: Verdana;
font-size: 9px;
color: #000000;
cursor: hand;
border:hidden; }
:hover.1, :active.1 { font-weight: bold;
font-family: Verdama;
font-size: 9px;
border-bottom: 1px dashed #D11516;
color: #000000;
cursor: hand;
border:hidden; }
:link.2, :visited.2 { text-decoration: none;
font-family: Verdana;
font-size: 9px;
color: #F2A219;
cursor: hand;
border:hidden; }
:hover.2, :active.2 { font-weight: bold;
font-family: Verdama;
font-size: 9px;
border-bottom: 1px dashed #000000;
color: #F2A219;
cursor: hand;
border:hidden;
/* Links */ :link.1 , :visited .1 { text -decoration : none ; font-family: Verdana; font-size: 9px; color: #000000; cursor: hand; border:hidden; } :hover.1, :active.1 { font-weight: bold; font-family: Verdama; font-size: 9px; border-bottom: 1px dashed #D11516; color: #000000; cursor: hand; border:hidden; } :link.2 , :visited .2 { text -decoration : none ; font-family: Verdana; font-size: 9px; color: #F2A219; cursor: hand; border:hidden; } :hover.2, :active.2 { font-weight: bold; font-family: Verdama; font-size: 9px; border-bottom: 1px dashed #000000; color: #F2A219; cursor: hand; border:hidden;
Het is niet :hover maar a:hover, enzovoort. Meet CSS validator. |