Css links problemen

Status
Niet open voor verdere reacties.

uaejeroen

Terugkerende gebruiker
Lid geworden
7 dec 2009
Berichten
1.665
Wie weet hoe het kan dat a:active niet werkt?

Code:
@charset "utf-8";
body {
text-align: center;
}
#container {
	text-align: left;
	width: 780px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 685px;
} 
 
 



.text {
	text-align: left;
	font-style: normal;
}
.text {
	text-align: left;
}
.text {
	text-align: left;
}
.Title {
	text-align: left;
}
.tekst {
	text-align: left;
}
a:link {
	color: #F0F;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}

a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #22FF22;
	text-decoration: none;
    }
a:focus {
	font-style: italic;
	color: #90F;
	font-size: 12px;
	text-decoration: none;
    }
	a:active{
	color: #F0F;
	text-decoration: none;
	font-style: normal;
	}
.e-mail {
	color: #696969;
}

#apDiv2 {background: #ffffff;}
#apDiv2 {
	position: absolute;
	left:-1px;
	top:119px;
	width:183px;
	height:559px;
	z-index:2;
	font-size: 12px;
	
}


#apDiv3 {background: #ffffff;}
#apDiv3 {
	position:absolute;
	left:676px;
	top:119px;
	width:188px;
	height:559px;
	z-index:3;
	font-style: normal;


	}

#apDiv4 {background: #ffffff;} #apDiv4 {
	position:absolute;
	left:180px;
	top:120px;
	width:498px;
	height:559px;
	z-index:4;
	color: #000;
	text-decoration: none;
}

.Waarschuwing {
}
.Waarschuwing {
}

#Waarschuwing {
	font-family: "Arial Black", Gadget, sans-serif;
}
#Waarschuwing {
	font-family: "Arial Black", Gadget, sans-serif;
}

.background {
	background-image: url(/afbeeldingen/groen-wit.gif);
	background-repeat: repeat;
}
#apDiv3 #form1 {
	color: #F0F;
}
#apDiv3 #form1 {
	color: #90F;

}


body {
	background-image: url(../afbeeldingen/groen-wit.gif);
	background-repeat: repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #F0F;
}
#container #apDiv3 p {
	color: #000;

}
#container #apDiv3 p em {
	color: #000;
	font-style: normal;
}
#container #apDiv4 #form2 p label {
	color: #F0F;
}
.meter {
	color: #F0F;
}
#container #apDiv4 {
	font-style: normal;
	font-size: 12px;
}
#container #apDiv4 h3 {
	font-size: 15px;
}
#container #apDiv4 strong {
	font-size: 15px;
}
#container #apDiv4 strong {
	font-size: 15px;
}
#container #apDiv4 p {
	font-size: 12px;
	color: #000;
}
#container #apDiv2 p {
	color: #F0F;
	text-align: left;
}
.aanvragen p strong {
	font-size: 15px;
}
.aanvragen p strong {
	font-size: 15px;
}
.aanvragen p {
	font-size: 12px;
}
#container #apDiv4 #form1 p em {
	color: #F0F;
}
#container #apDiv3 p {
	text-align: left;

 * {
	 ul {
	color: #000;  
	list-style-type: none;
	line-height: 1.5em;

}
ul {
	color: #000;  
	list-style-type: none;
	line-height: 1.5em;
	
}



  
#container #apDiv3 #form1 p {
	color: #F0F;
	font-style: normal;
}
#container #apDiv3 #form2 p {
	color: #F0F;
	font-style: normal;
}

#container #apDiv4 p strong {
	font-size: 15px;
	ul .vink
	{
   list-style-image: url(afbeeldingen/vink.gif);
	}

.n {
	font-style: normal;
}

iki geef namelijk duidelijk aan dat ik niet wil dat de tijdens het klikken een paarse kleuk krijgt maar het werkt niet

kan iemand me helpen
 
Misschien een spatie tussen active en }? Het valt me wel op dat er erg veel dingen dubbel staan in je code. Probeer anders de code wat overzichtelijker te maken. Dan zijn fouten makkelijker op te sporen.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan