RE: [css-d] Site Query

2005-05-11 Thread Jon Jensen
It looks like this only affects Mozilla, as it renders fine in IE and Opera.
It has to do with the clearing div not working, since it has no contents or
dimensions. If you give the clearing div a border or padding, that will fix
it. Another fix is to get rid of that div altogether and have the first
footer div (#content2) do the clearing (clear: both;).

Jon

 -Original Message-
 From: Richard Brown [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, May 11, 2005 10:08 AM
 To: css-d@lists.css-discuss.org
 Subject: [css-d] Site Query
 
 Hi
 
 Could anybody tell me why the footer and content2 elements 
 disappear up into the header, please?
 
 http://chamber.cregy.net/
 
 http://chamber.cregy.net/style/pages.css
 
 Thanks a lot.
 
 Rich
 
 __
 css-discuss [EMAIL PROTECTED] 
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by 
 evolt.org -- http://www.evolt.org/help_support_evolt/
 
 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Query

2005-05-11 Thread Richard Brown
Thanks Jon for the reply. I applied the clear: both and it fixed the 
layout but I then tried to do something else and the whole site broke 
down. So I've started again! Apologies to anyone who is now looking at 
the site!

On 11 May 2005, at 18:09, Jon Jensen wrote:
It looks like this only affects Mozilla, as it renders fine in IE and 
Opera.
It has to do with the clearing div not working, since it has no 
contents or
dimensions. If you give the clearing div a border or padding, that 
will fix
it. Another fix is to get rid of that div altogether and have the first
footer div (#content2) do the clearing (clear: both;).

Jon
Thanks
Rich
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/