html - Firefox shows blue box around image link -


i have anchor tag around of these images on site. when click it, scrolls id "template".

<a class="hi" href="#template"><img src="images/01.png" /></a> 

i have tried every trick in book.

a img{border:none; outline: none;} 

border=0 in image tag itself.

no matter there's blue border around image once click it. click of circle images (towards bottom) reference. remember, view in firefox.

http://stevendennett.com/newsite/

thanks!

i able remove border setting anchor color transparent:

a.hi {   color: transparent; } 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

javascript - Backbone.js getting target attribute -

html - Repeat image to extend header to fill screen -