Solution for html click menu ahref have some dotted lines
We will use css to fix:
a, a:active, a:focus{ outline: none; /* Works in Firefox, Chrome, IE8 and above */ }
We will use css to fix:
a, a:active, a:focus{ outline: none; /* Works in Firefox, Chrome, IE8 and above */ }