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
  • Has anyone gotten any reponse from Sophos on this?  I am having this same problem with just a regular classic asp site.  After a very long time troublshooting I came across this thread and sure enough this was our problem.  I disabled the Sophos Web Content Scanner in IE and everything started working just fine.

    The problem was this:     We just built a new website and like every website we use CSS.  In this new website the top header wasn't just a regular image with the standard "<IMG" tag in HTML for those of you who are familiar with it.  Instead, we just made the background of a <TABLE> to be that particular image and we did that via CSS.  So the html looked like this:

    <table class=headerBG>

    and in the css stylesheet file:

    TABLE.headerBG {

       background-image:url: ('/Images/headerbg.png');

       background-repeat: no-repeat;

    }

    Pretty basic stuff for anyone knows basic html / css.  The problem was whenever we would load the webpage in IE7 and/or IE8 and click a couple of links and then hit the 'Back' button, that one header image was repeating indefinitely as our background.  We could hit refresh and the webpage is fine, but not if a user just clicked 'Back'  (like a LOT of people do all the time).

    But what I want to know is what the heck is Sophos doing about this?  This first appeared in April of this year and still no resolve???? 

    :18557
Reply
  • Has anyone gotten any reponse from Sophos on this?  I am having this same problem with just a regular classic asp site.  After a very long time troublshooting I came across this thread and sure enough this was our problem.  I disabled the Sophos Web Content Scanner in IE and everything started working just fine.

    The problem was this:     We just built a new website and like every website we use CSS.  In this new website the top header wasn't just a regular image with the standard "<IMG" tag in HTML for those of you who are familiar with it.  Instead, we just made the background of a <TABLE> to be that particular image and we did that via CSS.  So the html looked like this:

    <table class=headerBG>

    and in the css stylesheet file:

    TABLE.headerBG {

       background-image:url: ('/Images/headerbg.png');

       background-repeat: no-repeat;

    }

    Pretty basic stuff for anyone knows basic html / css.  The problem was whenever we would load the webpage in IE7 and/or IE8 and click a couple of links and then hit the 'Back' button, that one header image was repeating indefinitely as our background.  We could hit refresh and the webpage is fine, but not if a user just clicked 'Back'  (like a LOT of people do all the time).

    But what I want to know is what the heck is Sophos doing about this?  This first appeared in April of this year and still no resolve???? 

    :18557
Children
No Data