PHP beginner |
|
Hallo,
Ik zit al 2dagen met een probleem.
Op de volgende link zie je 3 kopjes: Informatie - Mogelijkheden - Prijslijst.
http://aklaine.nl/foto/detail.php?n=Anna&l=20
Ik zie deze netjes alle 3.. Maar de persoon voor wie ik de opdracht moet maken ziet soms enkele blauwe links.. Ik heb al lopen zoeken en aanpassen maar hij ziet ze nog steeds.. Kan iemand me soms helpen?
<style type="text/css">
<!--
.tab {
width:100%;
}
.tab a.special1:link, a.special1:visited {
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background: #980000;
}
.tab a.special2:link, a.special3:link, a.special2:visited, a.special3:visited {
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background: #000000;
}
.tab a.special1:hover, a.special2:hover, a.special3:hover{
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background: #980000;
}
-->
</style>
<!-- .tab { width:100%; } .tab a.special1:link, a.special1:visited { font-family: Trebuchet MS; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF; background: #980000; } .tab a.special2:link, a.special3:link, a.special2:visited, a.special3:visited { font-family: Trebuchet MS; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF; background: #000000; } .tab a.special1:hover, a.special2:hover, a.special3:hover{ font-family: Trebuchet MS; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF; background: #980000; } -->
Mvg
|