Spanned Fish

a webdev' notebook

Archive for the ‘CSS’ tag

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;
}

Written by <breadcrumbs>

April 7th, 2010 at 7:17 pm

Posted in CSS

Tagged with