Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove the dotted border on links

/* removes dotted box around your clicked links */
a, a:active, a:focus{
        outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
    }
 
PREVIOUS NEXT
Tagged: #remove #dotted #border #links
ADD COMMENT
Topic
Name
8+4 =