• Hello,

    When I add gifs or jpgs to my sidebars using text widgets IE and Firefox add blue borders, which I don’t want. Been inspecting using Firebug and can’t find where the code is coming from. How can I stop this?

    https://emprisereview.com

Viewing 1 replies (of 1 total)
  • the blue border is a browser default for linked images:

    try and add this to style.css:

    #l_sidebar a img, #r_sidebar a img {border:none;}

    and then take care of the magnitude of validation errors that already cause some bad alignment in IE7.

Viewing 1 replies (of 1 total)
  • The topic ‘Firefox and IE Image Problems’ is closed to new replies.