Archive for November 7th, 2009

Outline Link Removing in FireFox

In FireFox when you click a link it outlines it which isn’t a big deal, but it does it for image links
Anyway just adding this to the CSS file seemed to fix the problem for me.

Code:
a {
outline: none;
}

Continue reading »