hallo leute, hier seht ihr den link teil aus meiner css datei:
A:link
{
text-decoration: none;
font-weight: none;
color: #444444;
}
A:visited
{
text-decoration: none;
font-weight: none;
color: #444444;
}
A:hover
{
text-decoration: none;
font-weight: none;
filter: blur;
height: 0;
color: #444444;
}
funktioniert auch alles einwandfrei... mit einer ausnahme. die bilder (die verlinkt sind) werden beim rollover mit der maus auch "geblurt". und das sieht nicht so doll aus, wie kann ich das machen das diese nicht mehr "geblurt" werden?
danke schonmal im voraus für eure schelle hilfe!
greetz, PaRADoX
A:link
{
text-decoration: none;
font-weight: none;
color: #444444;
}
A:visited
{
text-decoration: none;
font-weight: none;
color: #444444;
}
A:hover
{
text-decoration: none;
font-weight: none;
filter: blur;
height: 0;
color: #444444;
}
funktioniert auch alles einwandfrei... mit einer ausnahme. die bilder (die verlinkt sind) werden beim rollover mit der maus auch "geblurt". und das sieht nicht so doll aus, wie kann ich das machen das diese nicht mehr "geblurt" werden?
danke schonmal im voraus für eure schelle hilfe!
greetz, PaRADoX