dasPoda

now with 12% more Poda

Dotted outline on links

No comments


To remove the dotted outline on the anchor that's visible when you click on a link in your browser, simple add this to your css
a {
   outline: none;
}
since this is handy when it comes to using images for navigation, I've also added it to "#navigation ul li a", having it only for the a tag was not working in this case.

Written by dasPoda

Friday 12 November 2010 at 1:17 pm

Posted in web

Used tags:

No comments

Leave a Reply

(optional field)
(optional field)
Remember personal info?
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.