Removing dotted border from links

From Birnam Designs Wiki

Jump to: navigation, search

Dotted borders around active links can detract from a design -- although their usability improvement should not be overlooked, sometimes a designer needs to take control over this. I have found this especially annoying around flash elements, where there is no usability advantage. Remove with this css:

object:active { outline: none; }
object:focus { -moz-outline-style: none; }
embed:active { outline: none; }
embed:focus { -moz-outline-style: none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
Share This!
This page was last modified on 11 February 2010, at 20:21. This page has been accessed 372 times.