Wenn du mit der Tastatur navigieren musst, wirst du diese Linie schätzen lernen. Ja sie lässt sich entfernen. Nur: Wann darf man sie sinnvoll entfernen?
http://people.opera.com/patrickl/experiments/keyboard/test
mfg Beat
irgendwie klappt es bei mir nicht.hab alles versucht.
hab es so gemacht für die beiden links:
#top bzw #bottom sind die einzelnen href's.
#top a:active { outline: none; }
#bottom a:active { outline: none; }
hab es mit focus bzw. nur das a gemacht:
#top a { outline: none; }
#top a:focus { outline: thin dotted; }
#top a:active { outline: none; }
#bottom a { outline: none; }
#bottom a:focus { outline: thin dotted; }
#bottom a:active { outline: none; }
ebenfalls mit hover.nix ging.was mache ich falsch?
lg romero