0

http://www.africanbushcamps.com/abc/ If you check with FF 3.5.16 (you can use the portable version to see), you'll see the left sidebar is in place, content and right sidebar goes down.

I'm suspecting it might be some width confusion with left sidebar but can't get to solve it... Any ideas or common FF 3.5 bugs you know like this?

Weptile
  • 104
  • 2
  • 9
  • I don't know why you get this behavior, but my suggestions is to add a reset css file like this: http://meyerweb.com/eric/tools/css/reset/ and validate your code with W3C Markup Validation Service http://validator.w3.org/ – Sotiris Mar 07 '11 at 13:02
  • css reset not helping. I don't get it either... – Weptile Mar 08 '11 at 15:39

1 Answers1

0

It seems to be a problem with the float layout.

You should definitely use inline blocks for your columns, here's some links that will help you getting it working.

http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/

http://www.highchairdesign.com/studio/inline-block

Christophe Eblé
  • 8,071
  • 3
  • 33
  • 32