This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Css background-image hanging IE8 Sophos Web content scanner

Hi,

We are developing a web applciation in ASP.Net which uses master pages, themes and stylesheets. Several of the page elements include a background image set through the stylesheet (within a theme).

When running in IE8 on our local machines, we notice that some of these background images are stuck trying to download. This seems to happen regularly but randomly in that it could be when a button is pressed on the screen, when a new page is navigated to or the Browser Back button is pressed.

The images in question are jpgs between 31kb and 1kb each with an example from the stylesheet below:

#templatemo_banner

{ width: 890px; height: 110px; padding: 50px 50px; background: url("images/templatemo_banner_bg.jpg") no-repeat center top; }

The website works perfectly in Firefox and Chrome and also in IE when we disable the Sophos web content scanner so our question is what could be causing this to happen in IE and what could we do on our side to prevent this happening?

Thanks

:11799


This thread was automatically locked due to age.
Parents
  • Hi,

    We ran an IEFIX.SDB file acquired from Sophos to no avail. The latter is a package created out of Microsoft Compatibility Tool Kit. This affectively tries to apply corresponding settings of IE onto your system. Hence the Sophos engineers couldn’’’’t simulate the problem on their systems. We had to get users to use Firefox as an alternate for sites where Sophos created problems in IE.

    However the problem doesn’’’’t materialise in IE9. Not exactly a fix though, especially for web development purposes where you’’’’ll want cross-platform and cross-browser compatibility.  

    :18559
Reply
  • Hi,

    We ran an IEFIX.SDB file acquired from Sophos to no avail. The latter is a package created out of Microsoft Compatibility Tool Kit. This affectively tries to apply corresponding settings of IE onto your system. Hence the Sophos engineers couldn’’’’t simulate the problem on their systems. We had to get users to use Firefox as an alternate for sites where Sophos created problems in IE.

    However the problem doesn’’’’t materialise in IE9. Not exactly a fix though, especially for web development purposes where you’’’’ll want cross-platform and cross-browser compatibility.  

    :18559
Children
No Data