Re: [css-d] IE Floating problem

2009-03-07 Thread Ib Jensen
2009/3/7 Ib Jensen : > 2009/3/7 Alan Gresley : >> Alan Gresley wrote: >>> >>> Ib Jensen wrote: >> .subcolumns {  width: 99%; /* Change to keep IE6 happy */  overflow:hidden; >>  } This wasn't nescessary to adjust, ( I think ). But always nice to know. Link: http://ikjensen.dk/test/ > T

Re: [css-d] IE Floating problem

2009-03-07 Thread Ib Jensen
2009/3/7 Alan Gresley : > Alan Gresley wrote: >> >> Ib Jensen wrote: >>> >>> Link: http://ikjensen.dk/test/  (repaired) > > > I forgot to mention about the float drop in IE6 due to it's quirky handling > of percentages. The fix is changing the width. > > .subcolumns { >  width: 99%; /* Change to ke

Re: [css-d] IE Floating problem

2009-03-06 Thread Alan Gresley
Alan Gresley wrote: > Ib Jensen wrote: >> Link: http://ikjensen.dk/test/ (repaired) I forgot to mention about the float drop in IE6 due to it's quirky handling of percentages. The fix is changing the width. .subcolumns { width: 99%; /* Change to keep IE6 happy */ overflow:hidden; } -

Re: [css-d] IE Floating problem

2009-03-06 Thread Alan Gresley
Ib Jensen wrote: > Link: http://ikjensen.dk/test/ (repaired) > > Having a minor / major problem with this layout and IE6. > > The content area starts below the Sidebar. > > Which bug have I found here ? > > In FF3.0 it shows perfect. In IE7 or earlier the top margin of block elements does no

Re: [css-d] IE Floating problem

2009-03-06 Thread David Laakso
Ib Jensen wrote: > Link: http://ikjensen/test/ > > Having a minor / major problem with this layout and IE6. > > The content area starts below the Sidebar. > > Which bug have I found here ? > > In FF3.0 it shows perfect. > > > 404. Did you mean ? -- A thin red line a

[css-d] IE Floating problem

2009-03-06 Thread Ib Jensen
Link: http://ikjensen/test/ Having a minor / major problem with this layout and IE6. The content area starts below the Sidebar. Which bug have I found here ? In FF3.0 it shows perfect. -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk ___