ich weiss schon oft diskutiert....aber eine Lösung für mein Problem war leider noch nicht da oder ich habs nicht gefunden.
mein problem: wieso wird bei allen Bildern mit Links die Linie
beim hover angezeigt ?? habe alle Varianten versucht. ich kriege die
Linie einfach nicht weg:
Hoffe ihr könnt mir hier einen Tipp geben. Leider kann ich für die standard-link oder die images keine neue Klasse vergeben.
css Einträge:
/* --- link standard --*/
a { text-decoration:none; color:#3683cb; }
a:link { text-decoration:none; color:#3683cb; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; border-bottom: 1px #444 dotted; color: #444; }
a:focus { text-decoration:none; }
a:active { text-decoration:none; }
/* ---- link for images without border */
a img, a:link img, a:hover img { border-bottom:none; text-decoration:none; }
Danke für einen Tipp
Gruss marcel