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?
Thanks for looking!
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?
Thanks for looking!
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.
Thanks for figuring that out dkotter! You ended some my frustrations!
You must log in to post.