web designer . photographer . artist
Blog
Categories
Personal
Stories
Photography
PHP / mySQL
JS / CSS / xHTML
Other
Archive
2009
2008
2007
Friends
Carmen Ispăşoiu
Blog me silly
George Radu
Remove outline from links
November 25th, 2008
in
JS / CSS / xHTML
Jump to comments
I got really bored to see outlined links when they get clicked, so I decided to remove the outline. It's just a simple CSS rule.
a
{
outline
:
none
;
}
However I didn't manage to remove the outlines from buttons. Any ideas how?
1 comment so far
Horia
January 8th, 2009 at 07:02:57
:focus { outline:0 }
Post your comment
Name
(required)
Mail
(required)
Website
Comment
(required)
1 comment so far
Post your comment