Hey guys when going to my site <!-- w --><a class="postlink" href="http://www.lifethroughpictures.org">www.lifethroughpictures.org</a><!-- w --> in firefox and clicking a link leaves a grey dotted line around the link unless you click someplace on the page. Any ideas on how to stop this?That's to show that the element has focus.
I don't recommend it, but you can disable it with this:
a {
-moz-outline: none 0;
outline: none 0;
}Ok great thanks. Why would firefox have this problem and not IE?It's not a problem. It's a feature. It happens in IE6 for me as well.It's not a problem. It's a feature
I agree, - It's an accessibility feature, therfore should'nt be disabled
I don't recommend it, but you can disable it with this:
a {
-moz-outline: none 0;
outline: none 0;
}Ok great thanks. Why would firefox have this problem and not IE?It's not a problem. It's a feature. It happens in IE6 for me as well.It's not a problem. It's a feature
I agree, - It's an accessibility feature, therfore should'nt be disabled