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
Post a Comment