IE9 strange black border

I am facing a strange problem with IE9. I see a lot of random black borders on my page, even thought they were either a shadow or a simple border: no. I am using windows in Parallel Desktop in my iMac. Is this just my computer or is it a common mistake?

enter image description here

+3


source to share


2 answers


This doesn't give me any problems in IE9 or Google Chrome; this should be your computer.



+1


source


This is an issue that we ran into recently with IE9, and if you see it, it might be a good opportunity that many others do too.

If I remember correctly, I decided that we only allowed with

img.class {
  border-style: none;
}

      



for the corresponding classes / id in CSS - it might be worth playing around with this to see if you noticed anything in your browser before ignoring the issue.

Try testing by applying the above to every image throughout the site, then you can see if it is allowed from this method.

+1


source







All Articles