I am currently making a site and adding the menu buttons. My problem is that when ever i click a button there is a blue box around it. I have try to at
<button type="button" style="border:none; border-style:none"></button>
<li style="border:none; border-style:none"></li>
<a style="border:none; border-style:none" href="#">Home</a>
And they all don't work. My code is currently..
<button type="button"><li><a href="music.html">Music</a></li></button>
I have tried all the border = none and tried 0 with both border-style and border-color. Any help would be much appreciated.