RE: [css-d] Box Problem

2005-09-21 Thread Tim Laureska
Unless I'm missing something it looks like you might have 5 opening divs: div id=wrapper div id=container div id=content div class=square div class=boxcontent but only four closing /divs __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Box Problem

2005-09-21 Thread Richard Brown
Hi Tim I have looked at the code and I thought the wrapper div was meant to stay open until the end of the document. Could folks have a look again please? The site url is http://www.abistudios.co.uk with the css embeded. The problem is a white band towards the botttom of the content div.

Re: [css-d] Box Problem

2005-09-21 Thread Betsy Garfield
Richard Brown wrote: Hi Tim I have looked at the code and I thought the wrapper div was meant to stay open until the end of the document. Could folks have a look again please? The site url is http://www.abistudios.co.uk with the css embeded. The problem is a white band towards the botttom

RE: [css-d] Box Problem

2005-09-21 Thread Peter Williams
From: Richard Brown Could folks have a look again please? The site url is http://www.abistudios.co.uk with the css embeded. The problem is a white band towards the botttom of the content div. Richard, Add height: 100%; to the rules for boxcontent, as in: .square .boxcontent