Friday, May 21, 2010
Hiding dotted lines around links in Firefox
This is just simple and brilliant:
http://sonspring.com/journal/removing-dotted-links
/* this removes the dotted line around everything linked item */
:-moz-any-link:focus {
outline: none;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment