On Mon, 19 Jan 2009 18:27:46 -0900, Sue Clover wrote: > We are redoing a website built with tables within tables within tables. > > I am having trouble figuring out what is happening in IE6 between these two > pages at > 800 x 600. I could just ignore it since that screen size is a small > percentage of > users but it really bothers me! > > http://www.mxak.org/ports/aleutians.html Why does the table collapse to > screen size > when there is a transparent image that should force it to have a min width of > aprox. > 1048? > > http://www.mxak.org/ports/aleutians.html Why does the header background > collapse? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Table collapsing? I'm not seeing this, unless you mean the "Click on the Active link" message getting squeezed? The header, though, is collapsing until stopped by the 480px wide image. I see no other image in the header - in fact, I can find no image like you describe in the page at all. (Looking in Firefox Web Developer tools - Images - View Image Information.) As the header is in its own DIV, it collapses in IE 6 because that browser does not understand your min-width declaration. FWIW I work in a computer training lab, and most open browser windows considerably smaller than the 1280px - wide screen. And several students switch to 800 x 600 resolution on those 19" panels. Cordially, David -- ______________________________________________________________________ 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/
