Re: [css-d] Div placement with absolute and float positioning

2008-08-08 Thread Yazmin Media
On Thu, Aug 7, 2008 at 5:14 PM, David Laakso <[EMAIL PROTECTED]>wrote: > > 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 y

Re: [css-d] Div placement with absolute and float positioning

2008-08-08 Thread Yazmin Media
On Thu, Aug 7, 2008 at 4:53 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > You can arrange floats side by side, as columns, more or less in any > order you like - this way... > > > Source-order manipulation vs. number of columns can be taken

Re: [css-d] Div placement with absolute and float positioning

2008-08-07 Thread David Laakso
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

Re: [css-d] Div placement with absolute and float positioning

2008-08-07 Thread Gunlaug Sørtun
Yazmin Media wrote: > [...] > > 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 v

[css-d] Div placement with absolute and float positioning

2008-08-07 Thread Yazmin Media
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 know this is because I'm using absolute positioning and am removing the columns from the flow of the page