Re: [css-d] Content getting pushed out to the side

2008-11-17 Thread Daniel Hammond
| > URL: www.metroatlantaproject.org
| > CSS: www.metroatlantaproject.org/css/main.css
| >
| > FF3, Opera, IE7, and IE6 display the site correctly. When I 
| open the  
| > site in
| > Safari and Google Chrome, the body content is pushed out to the  
| > right of the
| > containing structure. What's going on?
| 
| The navigation consists of floated elements.
| WebKit isn't clearing that navigation block, but puts the whole  
| '#content' to the right of it.
| 
| #content {clear:both} to fix.
| 
| Philippe

That's perfect, thanks!

Daniel

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


Re: [css-d] Content getting pushed out to the side

2008-11-17 Thread Philippe Wittenbergh

On Nov 18, 2008, at 5:14 AM, Daniel Hammond wrote:

> URL: www.metroatlantaproject.org
> CSS: www.metroatlantaproject.org/css/main.css
>
> FF3, Opera, IE7, and IE6 display the site correctly. When I open the  
> site in
> Safari and Google Chrome, the body content is pushed out to the  
> right of the
> containing structure. What's going on?

The navigation consists of floated elements.
WebKit isn't clearing that navigation block, but puts the whole  
'#content' to the right of it.

#content {clear:both} to fix.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





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


[css-d] Content getting pushed out to the side

2008-11-17 Thread Daniel Hammond
URL: www.metroatlantaproject.org
CSS: www.metroatlantaproject.org/css/main.css

FF3, Opera, IE7, and IE6 display the site correctly. When I open the site in
Safari and Google Chrome, the body content is pushed out to the right of the
containing structure. What's going on?

(all browsers tested are on Windows)

Thanks,

Daniel Hammond
Objective Designs
770-842-8817
[EMAIL PROTECTED]
www.objectivedesigns.com

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