e lohroff wrote: > http://lohroff.com/MOPStest/index1_900.html > http://lohroff.com/MOPStest/calendar.html > http://lohroff.com/MOPStest/andreastest_900.css
> 1. I tried to do Georg's elastic faux columns > http://www.gunlaug.no/tos/moa_12c.html but it's still not working. I > want the green to go down to the footer, and the flower image to be > at the bottom of that column. (it's broken in Opera 7.11, IE 6.0 > and FF 1.0.7 so clearly I'm not doing something right.) a: the doctype you're using will keep all browsers in quirks mode. For IE6 that's fine (when layout is adjusted for it), but for the real browsers it's no good. You should use a standard-triggering doctype declaration. See: <http://gutfeldt.ch/matthias/articles/doctypeswitch/table.html> b: my layout-demo does not even attempt to get older Opera and Gecko versions to line up. Check the creation- and update-dates and the tested browser-versions listed in my demo page, and don't expect any browser-version with weaker standard-support than those to be able to do anything right. The only reason IE6 is supported at all, is that there are too many around. c: faux columns can not carry an image to the bottom. Faux columns are not real columns - they just appear to be there when properly styled. You haven't styled them, so they're not even visible in your pages. I'm not sure if you need faux columns at all, but if you do then it's another version you need. --- Note 1: Those faux columns are just an add-on in my demo page. The "elastic" relates to that page's "em guided width-adjustments within a browser-window", which is the part you don't make use of in your pages. For something more solid on the 'equal height columns' solution, read the "In search of the One True Layout" article... <http://www.positioniseverything.net/articles/onetruelayout/> ...and make sure you read about the "Problems with the Equal Height Columns method"... <http://www.positioniseverything.net/articles/onetruelayout/appendix/equalheightproblems> --- Note 2: This 'elastic' layout... <http://www.gunlaug.no/tos/alien/test_8102.html> ...can probably overcome most of the equal height problems, but it isn't ready for general use yet *and* it isn't supposed to work in older browser-versions. It can however carry images - foreground or background - to the bottom of those faux columns. > 2. The side-to-side alignment is goofed up in IE. My "wrap" div > should be in the center of the page. I'm sure it's a margin/padding > thing. IE/win can not center elements with auto-margins when in quirks mode. See above, and read David L's reply. > 3. On the calendar page, in IE 6.0, the iframe (Google calendar) > lines up below the image in the navbar on the left. Iframes break all line-up in IE when they don't fit. Not much you can do about that other than to make them fit - or absolute-position them relative to / on top of the element they're supposed to stay in. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
