Yazmin Media wrote: > Hello, > > I'm having a problem with IE and my current layout. My footer is overlapping > the columns: > > page: http://imaging-resource.com/ABOUTUS.HTM > css: http://imaging-resource.com/IN/style.css > > > > I'd like to move to floating the columns to avoid this issue, but I believe > I would have to place the divs on the page in the order they appear, thus > losing whatever seo advantage we have by going absolute. I can't find where > I read that, but could someone verify or correct me? > > Thanks! >
SEO advantage, or not, setting the 4 and 3 column versions in the order you wish them to appear on the screen is relatively easy using a negative-margin float base layout. It can be a beast beyond belief in IE/6 if you have a pixel width (as you have on the outer most wrapper), and percent width is used for the column widths (as you have). Hold pixel widths for all widths; and, try Alex Robinson's "Interactive Example" [1], for setting their source order. You'll have no difficulty with clearing the footer, regardless of content depth in any column. <http://fu2k.org/alex/css/onetruelayout/example/interactive> -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.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/
