default-blog

Solution for html click menu ahref have some dotted lines

We will use Cascading Style Sheets (CSS) to fix the problem.

a, a:active, a:focus{
        outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
    }
Posted in ,

Leave a Comment