Hey All..
Been a little while since posting on here..
So I've been building a site for a client, it works in all browsers except an issue in IE 10..
The site uses 3 containing div's for the background (not using CSS3 multiple backgrounds on this site)
Basically the following..
<div class="bg1">
<div class="bg2">
<div class="bg3">
...site content here....
</div>
</div>
</div>
Class bg1 has a repeatable background, class bg2 has a non repeatable background positioned top center and class bg3 has a non repeatable background positioned bottom center.
So as the content grows, the top and bottom bg spreads and the repeatable background fills in the middle..
The site uses a lot of expandable divs (jquery accordion) and infinite scroll areas instead of pagination. The trouble I am having is that when the infinite scroll is activated and adds more content or an accordion is clicked and the content expands, the bottom background doesn't move with the content in IE10, it glitches at the viewport end.
As you can see with this image
If I scroll up and down on the page once the content has been expanded/added, the back ground fixes itself and appears correctly.
To me, this seems like an IE10 rendering issue and not fixable ? any ideas ?
Paul