You know that outline that is surrounds links after they’ve been clicked? Find it annoying? Here is how to get rid of it.
a { outline:none; }
It’s as simple as that. Of course, this may confuse some people as to whether they actually clicked the link, but from a design standpoint it looks much nicer. To fix this problem you could just add an active state to the link.
a:active{ border-bottom:1px solid #f00; }
do u find it annoying? i guess not you didn’t use it on this site… it looks nicer but its better if people will know whether they actually clicked a link…