-Vipr-
Legacy Member
ik heb in mijn code devolgende links staan
ik zou op elke een andere kleur als hover kleuren hebben ik dacht aan: (maar blijkt niet te werken)
toen ik dit probeerde heb ik natuurlijk class=blauw of die andere gebruikt
PHP:
echo"<a href='avail.php?ID=$iden&war=$setnr&a=1'>(A) </a>";
echo"<a href='avail.php?ID=$iden&war=$setnr&a=2'>(R) </a>";
echo"<a href='avail.php?ID=$iden&war=$setnr&a=3'>(U) </a>[ ";
PHP:
.blauw
{
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: green;}
}
.geel
{
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: green;}
}
.rood
{
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: green;}
}
toen ik dit probeerde heb ik natuurlijk class=blauw of die andere gebruikt


