IE6 background appears-disappears on scrolling

Posted by itarato on Stack Overflow See other posts from Stack Overflow or by itarato
Published on 2010-03-28T11:01:49Z Indexed on 2010/03/28 11:03 UTC
Read the original article Hit count: 239

Filed under:
|

Hi,

Given IE6, an UL-LI list and a background image for the UL container.

<style>
  ul {background-image: url(images/bgr.png);}
</style>
...
<ul>
  <li>...</li>
  ...
</ul>

When I load the page, the background is randomly loaded, some parts are visible, some are not. Moreover, it changes on runtime when I'm scrolling on the page. When I scroll out the UL list and scroll back, different parts of the background will be visible, depends on the speed of scrolling. Do you have any idea? Thanks in advance.

© Stack Overflow or respective owner

Related posts about internet-explorer

Related posts about html