hallo,
ich habe meine links
wie folgt mit css gestaltet..:
...........
/* DATEI: form.css */
body {
color: black;
background-color : white;
margin:10px;
}
h3 {
font-size:50%
}
h5 { font-size : 10pt;
}
a:link { text-decoration:none; font-weight:bold; color:#303030; }
a:hover { text-decoration:none; font-weight:bold; color:#FF0066; }
....
es stort mich daß jedesmal wenn ich tatsächlich auf den link klicke
danach immer eine Art Rahmen umd den link erscheint...
komischerweise aber nicht bei allen links...
wie bekomme ich das weg..??
thx