Hoping someone can help, on the following page when viewed with IE6 the background image behind the middle section of the page (the browse products menu & shoe images) the background does not show up, it’s pushed down below the middle section of the page.
If you view this in IE7 or IE8 you’ll see the background image is fine.
The css that calls the background image is:
<code> #mainarea {background-image:url(images/stripebg_brown.gif); background-repeat:repeat; overflow:auto;} </code>
Anyone have any idea why that background image, which is repeated, is pushed below the area where I need it, but only in IE6 ?
Hmm…maybe it’s only on my IE6 ? What you should see on IE7 or IE8 is are brown slanted line, slanting left, this is the background of the middle area of the page www.pelleline.com/store.
In IE6 what I’m seeing is that the background gets pushed down so that it sits behind my footer menu at bottom of page, and not behind the main middle area of the page.
could it be that the parent element is collapsing? I am on a mac , so I cant see IE, but I have found that IE is particular about floats within floats. try using a <span style="clear:both; display:block;> </span> right before you close the div which is supposed to have the background and see what effect that has