Nieuw lid |
|
beste mensen ik heb een stylesheet gemaakt
als ik de embedded in de pagina zet werkt alles naar behoren
maar als ik hem extern inlaad dan doet de a:link het niet maar de rest wel.
iemand een oplossing
a:link
{
font-size: 12px;
color: black;
font-family: arial;
text-decoration: none;
}
a:visited
{
font-size: 12px;
color: black;
font-family: arial;
text-decoration: none;
}
a:hover
{
font-size: 12px;
font-weight: bold;
color: black;
font-family: arial;
text-decoration: underline;
background: leeg;
}
{ font-size: 12px; color: black; font-family: arial; text-decoration: none; } a:visited { font-size: 12px; color: black; font-family: arial; text-decoration: none; } a:hover { font-size: 12px; font-weight: bold; color: black; font-family: arial; text-decoration: underline; background: leeg; }
|