CSS: Removing that dotted line around a link
Published December 4th, 2009Just a quick note to myself…
I’m working on a navigation system that uses CSS image replacement. To hide the text, CSS shifts it out of view by using the text-indent property and a big negative value. However, a side-effect of this is that when you click on a link, the dotted border that appears while [...]