views:

233

answers:

1

I'm using sIFR 3 r436. When a page is reloaded, and often also on load, in IE8 the background image does'nt appear completely. When clicking on an intern link the background is displayed correctly. Google Chrome has also minor problems in displaying.

This is the test document:

http://testserver.simplexontwerp.nl/sifr/

I have been testing a lot of different options, also older versions of sIFR, but nothing helps. It would be great if someone could help me!

A: 

I have exactly the same problem with IE8. In Chrome it appears an white square in the bottom of the page sometimes. Did you find any solution for this?

Edit: It seems like the problem is solved with the following code added to the header:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

I don't know if this will cause any other bad behavior, the time will tell.

Edit 2: The problem came back. Now I moved the the sIFR-script files to load before the css-files and it seems to work.

    <script type="text/javascript" src="/js/sifr.js"></script>
    <script type="text/javascript" src="/js/sifr-config.js"></script>
    <link type="text/css" rel="stylesheet" media="all" href="/css/sifr.css" />
    <link type="text/css" rel="stylesheet" media="all" href="/css/style.css" />
Alexander