Vicky Etherington schrieb:
...
I'm also aware that I could do with adding an overflow: auto rule as Opera
throws the content out of the bottom, but this totally throws my layout in
Firefox.  The whole of the content box moves out to the right, and I'm not
sure why, or how I can fix it.
...

The page is at: http://www.azuremarketing.com/clients/workham04/web/


The vertical centering technique you are using
 http://www.hicksdesign.co.uk/journal/vertical--horizontal-centering-2
will not allow the content to expand the #wrapper, since the given height is needed to pull the construct into the center with negative margining.
So, if you want to set overflow:auto in #wrapper, you'll get scrollbars.
Note that the FF problem is due to the missing clearing of the navigation floats, and will occur when you zoom the text too. Add clear:both to #main to fix this.

Ingo


______________________________________________________________________
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/

Reply via email to