On May 5, 2006, at 6:31 PM, Susanne Jäger wrote: > Hi Philippe, > > Philippe Wittenbergh schrieb, am 05.05.2006 07:09: > >> I see some pretty wrong display of elements with display:table >> adjacent to floated blocks. >> <http://dev.l-c-n.com/IEW/table-formatting-context.php> > > That's an odd one. In a local copy of your page and Konqueror 3.3.2 > the > bug is triggered by the existence of a <link rel="stylesheet" .. > - > line. This can point to an empty or not existent file and the line may > be placed before or after the local style-Element. > When importing base1.css instead of linking the page works as > intended. > Strange. >
Thanks, Susanne (and Jürgen for the screenshot on 3.4). Your @import note triggered a light bulb - it works correctly with the link style sheet, as long as that linked stylesheet does **not** have a title. Quite crazy. <http://dev.l-c-n.com/IEW/table-formatting-context.php> has a title, fails. > link rel="stylesheet" href="../_style/base1.css" type="text/css" > media="screen" title="One"> <http://dev.l-c-n.com/IEW/table-formatting-context4.php> no title for the link stylesheet, works reasonably well (but the elements with display:table, and the 'real' html table are too wide) > link rel="stylesheet" href="../_style/base1.css" type="text/css" > media="screen"> Note - Safari 1.0 has some similar bug; it has been fixed in Safari 1.1 - at least that file works reasonably well under Safari 1.2. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
