Im trying to create a three column layout with a fluid center and fixed sides. Here’s a jsfiddle. It seems as though the clearfixes for the nav is pushing the main content below the sidebars. Without the clearfixes, the content in general begins to be displayed incorrectly. Anyone know how to fix this?
Share
Define your
.nav-tabsdiv asinline-blockto contain it within its boundaries properly, like so:demo: http://jsfiddle.net/6vPqA/15/show/
edit: http://jsfiddle.net/6vPqA/15/
edit: added width so the menu will adapt better.