Can't get rid of dotted outline in Firefox links?
I have a list full of a imgs: <ul> <li><a href="#"><img src="test.png" /></a</li> <li><a href="#"><img src="test.png" /></a</li> <li><a href="#"><img src="test.png" /></a</li> (...) </ul> When I click them in Firefox, there's dotted outline (who the heck invented that and why? so ugly!). I want to get rid of them, but style "outlines" etc. doesn't seem to work, I've tried all of options below: #ul li img:active { -moz-outline-style: none; -moz-focus-inner-border: 0; outline: none; outline-style: none; } #ul li img:focus { -moz-outline-style: none; -moz-focus-inner-border: 0; outline: none;