HTML help!

Posted:
in Genius Bar edited January 2014
I have created a series of mouseovers for my navigation bar, all works fine, I've tested in Netscape, Firefox and IE, however in IE, I when I click a link I get the dotted marquee around my graphic, this doesn't happen in Netscape or Firefox, and it makes it look ugly, Is there a code to turn this off in IE?



Thanks

Comments

  • Reply 1 of 1
    Quote:

    Originally posted by MarcUK

    I have created a series of mouseovers for my navigation bar, all works fine, I've tested in Netscape, Firefox and IE, however in IE, I when I click a link I get the dotted marquee around my graphic, this doesn't happen in Netscape or Firefox, and it makes it look ugly, Is there a code to turn this off in IE?



    Thanks




    This should be due to that fact that by clicking a link the focus is set on whatever is encapsulated by the <a></a>-tags. You could add on onClick behavior to your graphics that takes the focus away form the clicked image.
Sign In or Register to comment.