Spanned Fish

a webdev' notebook

Hide dotted border around links with css

without comments

One of the forgotten css rules is the one that allow to delete the dotted border that is present around links. Because it’s ugly for sure, I always want to, but because it’s not so visible, I always forget. I won’t anymore from now :)

here is the tip :

a {
outline: 0;
}

April 7th, 2010

Protection Iphone> CSS

Tagged with

Leave a Reply