Re: [WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread Adam Martin
can we see an example? Paul Collins wrote: Hi all, I've seen this problem before, but can't remember how I solved it. Basically, I have put a centred background that repeats vertically on the body of my page using CSS. The main wrapper div is also centred and has a background sits on top of

Re: [WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread Paul Collins
Thanks for your reply Adam. I can't really put what's I have now due to copyright restrictions, or I would have. I was hoping someone had encountered this before and would know the answer. I'll have to try and set up a dummy page later today when I have more time. Thanks Paul 2008/5/15 Adam

[WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread Paul Collins
Hi all, I've seen this problem before, but can't remember how I solved it. Basically, I have put a centred background that repeats vertically on the body of my page using CSS. The main wrapper div is also centred and has a background sits on top of the Body one, but is only a fixed height

Re: [WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread Paul Collins
Hi all, I've managed to put a page together. If you look at the green area in Firefox and IE you will notice a small gap at the right of the green area in IE. If you try to resize the browser by dragging it, you will notice the gap keeps closing then appearing. It's to do with the odd and even

Re: [WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread Matijs
Does overflow: hidden on the containing div and making the green bar wider help? On Thu, May 15, 2008 at 7:23 PM, Paul Collins [EMAIL PROTECTED] wrote: Hi all, I've managed to put a page together. If you look at the green area in Firefox and IE you will notice a small gap at the right of the

Re: [WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread Paul Collins
A good idea Matijs, but doesn't seem to work. Thanks for taking a look anyway. 2008/5/15 Matijs [EMAIL PROTECTED]: Does overflow: hidden on the containing div and making the green bar wider help? On Thu, May 15, 2008 at 7:23 PM, Paul Collins [EMAIL PROTECTED] wrote: Hi all, I've managed

Re: [WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread nate hanna
Paul, Try making your width on ul#footer 934px (960-15-11); reason being you need to subtract the left and right padding amount from the overall width since padding affects the width of the box. I noticed in firebug that the UL width was way wider than the wrapper whose width was 960px. Best