
Have you ever noticed that when you click a link (in Firefox,IE etc) a dotted rectangle appears around it? (see the image above)
I don’t have a problem with it. But if you find it boring and want to get rid of it. Then I’ve the best solution for you. You can get rid of it with one line of code.
All you have to do is to insert this into your CSS:
* { outline: none; }
And those rectangles (or outlines) will never appear again. ![]()
Thanks! Great tip!.
This is very useful! Thanks for the useful tip.
found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..
Thank you for your help!
You should mention that this only works (IE) if render mode is not in Quirks mode.