Hi everybody, I am not sure how to describe this so please bear with me. I am trying to remove the dotted rectangle that appears on FF when clicking a tab, a button, etc. I am attaching a picture with this post to show what I mean. Can anyone please let me know how that is done? I know that it is removable because I used to ask those I hire to remove it, but I am working on this alone now and trying to learn. Your help is really appreciated. Thanks a lot!
Rather than using <img /> you could use <div style="background-image: url(image.jpg); height: 100px; width: 100px;"></div>. I'm not 100% sure that would work but it's worth a try.
Thanks for the response live-cms. I am not using img now, my code looks like this: <a class="menu2" href="#legal" title="Learn">Legal</a> It happens with all the links I think. Here on DP clicking the username, the avator, or any other link produces the same effect. A dotted rectangle appears.
Problem solved by applying ''outline: none;'' to links. Thanks live-cms for trying to help. Moderators you can lock this thread.