Re: [css-d] IE6 dropping floats

2008-03-17 Thread Julie Wetherill
At 05:20 PM 3/14/2008 -0700, you wrote: >How about making mid-container-inner a static div rather than floated, >then floating one of the ul's left and the other ul floated right. See >this demo: > >http://www.jimdavis.org/test/list_this.html > >Will

Re: [css-d] IE6 dropping floats

2008-03-14 Thread Jim Davis
How about making mid-container-inner a static div rather than floated, then floating one of the ul's left and the other ul floated right. See this demo: http://www.jimdavis.org/test/list_this.html Will re-size gracefully in IE6 win, FF 2.0 and Opera 9.26 Jim On Fri, Mar 14, 2008 at 11:27 AM, Ju

Re: [css-d] IE6 dropping floats

2008-03-14 Thread Gunlaug Sørtun
Julie Wetherill wrote: > http://hul.harvard.edu/oisnew/systems/oasis/upload.html > > In IE6, any squeezing of the viewport causes the entire center column > to drop below the layout. This is not happening for other pages with > unfloated content. The reason is basically "auto-expansion" - IE6

[css-d] IE6 dropping floats

2008-03-14 Thread Julie Wetherill
I have a 3 col layout, with left/right columns floated. Inside the center column, I have nested a container div within which are 2 float more divs floated left. Within these I have vertical lists. The goal is 2 vertical lists sidebyside. Here is the page: http://hul.harvard.edu/oisnew/systems/o