Forums

Internet Explorer shows borders around navigation menu (3 posts)

  1. mixit
    Member
    Posted 5 months ago #

    I noticed borders around the navigation of my landing page. They don't show up in Firefox, Safari or Chrome. Any way to fix this?

    http://tinyurl.com/8a7alnp

    Thanks for looking!

  2. dkotter
    Member
    Posted 5 months ago #

    This happens when you have an image inside an anchor element. This should fix the issue.

    img {
       border: 0;
       -ms-interpolation-mode: bicubic;
    }

    Just add that at the start of your CSS file, or in your reset CSS file if you have one.

  3. mixit
    Member
    Posted 5 months ago #

    Thanks for figuring that out dkotter! You ended some my frustrations!

Reply

You must log in to post.

About this Topic