Re: [WSG] IE BG Image Bug

2005-10-11 Thread Lance Willett
Stuart Sherwood wrote: One of my sites is triggering a bug in IE where a background image loads and displays perfectly but dissapears after it has scrolled of the page. If you scroll all the way to the bottom and then return to the top of the page, the bg image is no longer there. Any idea

Re: [WSG] IE BG Image Bug

2005-10-11 Thread James Gollan
sounds a bit like the peekaboo bug. You might try the holly hack on the problem element: /* Hides from IE-mac \*/ * html #myBackgroundContainer {height: 1%;} /* End hide from IE-mac */ Stuart Sherwood wrote: One of my sites is triggering a bug in IE where a background image loads and

[WSG] IE BG Image Bug

2005-10-10 Thread Stuart Sherwood
One of my sites is triggering a bug in IE where a background image loads and displays perfectly but dissapears after it has scrolled of the page. If you scroll all the way to the bottom and then return to the top of the page, the bg image is no longer there. Any idea what this bug is?