bill scheider wrote: > In IE, the box floats to the right but the text doesn't flow around > it.
> http://tinyurl.com/3anvnc Delete the width on those paragraphs - at least for IE, as the width acts as a 'hasLayout' trigger, making each paragraph a rigid block in IE. There's no way around this effect of the 'Layout' bug but to avoid triggering it. Use margins or paddings to line up those paragraphs as intended. regards Georg -- Thank you, Georg That fixed it, of course. I thought I had tried everything but didn't think that width would be the culprit. I think I'll never understand that hasLayout stuff! Bill ______________________________________________________________________ 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/
