Does any one know what that annoying dotted line is around say images for example after you click it. I would love to shut that off if all possible. Thanks for the reply.
What you are talking about is visible in Firefox and not in IE browser if I'm guessing right. Not sure but I don't think you can get rid of that.
If you get it when you tab through your links, it's an accessibility feature to indicate which link has focus. You can get rid of it, but it would be a singularly Bad Idea®; it may even break the law in some jurisdictions if you don't replace it with something equally as visible. If you just must remove it, a:focus { outline: none; } Code (markup): cheers, gary