> > > http://www.5finger.com/css/fox/ > > http://www.5finger.com/css/fox/stylesheet.css > > > > I have 3 gray "content" columns in the middle of the page, but they're > > not > > spanning the height of whatever the tallest column will be (most > > likely will > > always be the middle one.) Any ideas how to fix this? I tried nesting > > those 3 columns in a secondary shell div, but that didn't seem to do > > anything. > > a newbie here, but i might try something like this > > > <div id="content"> > <div id="left"></div> > <div id="right"></div> > <br class="clear" /> > </div> > > i would pad both sides of content to allow room to float left #left; > and float:right; #right
some good (and free) examples of equal height columns are on our wiki. have you browsed through those? http://css-discuss.incutio.com/?page=CssLayouts the "any column longest" and "three column layouts" will be your best bet, i believe. good luck! ______________________________________________________________________ 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/
