I am having an issue where I have images as buttons for my navigation bar. Well I am getting a little underscore that disappears when I put my cursor on Home. So I know it is associated with the link I have on the image. However I can’t find anywhere in the CSS where it defines having an underscore. It also doesn’t happen on any of the other buttons. any suggestions?
If the text decoration was set to ‘none’ the anchor underline will disappear and like Mike said; if the code were tighter, i.e. remove white space in the syntax between the A and IMG it wouldn’t show either.