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/

Reply via email to