David! The problem I was talking about is on the subdirectory http://rgb- digital.com/arbeiten There I already removed the xml-declaration and did the text- alignment on body and #root for auto-centering. On browsershots.org the result looks not as expected on IE5.5 and 6.
Many thanks again. Bless, Boris Am 06.06.2007 um 17:27 schrieb David Laakso: > Boris Höltje wrote: >> Hi all! >> >> I have a big problem concerning a float layout and I'm hoping to >> get a solution, because I do not have a Win PC for testing >> purposes... >> I tried everything I'm used to do to work around the common float >> bugs in IE 5.x &6 Win. Applied "display: inline" where needed and >> tried to avoid other hacks by using rather margins than paddings. >> Unfortunately the layout still gets busted in older IE versions. >> In any other browser I tried (Firefox Mac/Win, Safari, IE 7 Win) >> everything looks fine. >> >> Has anyone suggestions how to fix this? >> >> The site can be found here: http://rgb-digital.com/arbeiten >> >> Thank you very much in advance. >> >> Boris >> > > > > > > > Are we talking about the same thing? > > I see a problem in IE6 and 5.5 on this page: > http://rgb-digital.com/ > > The correction (/only tested on a local file/) is: > Delete the xml declaration above the doctype so 6 and 5.5 are in > IE's version of standards mode rather than in quirks. > Add text-align: center; to the body declaration. > And add text-align: left; to selector #root. > > Best, > ~dL ______________________________________________________________________ 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/
