Background images not working on IE11 (Internet Explorer) plus other IE11 formatting issues.
On pages created using Pro 3.0, background images do not display when viewed on IE11. Please view these pages on IE11 to see what I’m talking about:
As you can see, where the background images should be, you see just see white-colored backgrounds. View the above pages on Chrome or Firefox to compare.
There is another issue where image assets on the page are not adhering to max-width limits when viewed on IE11. You can see this with the Header logo image; it is way too big compared to how it’s viewed on other browsers.
There was another IE11 issue as well where image assets were not adhering to 100% max-widths causing images to overlap with next. To remedy, I did some research within your support group and found a post from one of your techs recommending I use the CSS below. This did fix the issue but wondering if it could have created the other issue directly above?
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.x-face-graphic img,
.x-image img {
width: 100% !important;
}
Any help you can provide will be greatly appreciated. My client’s primary browser is IE11 so absolutely need to find solutions to these issues. Thanks so much ! Brad