> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Stickley > Sent: Thursday, August 14, 2008 11:03 AM > To: [email protected] > Subject: Re: [WSG] Wrapping multiple paragraphs around an image > > ...rather embarrassingly option 2 seems to work as I'd hoped it would > and not as I expected it to. So I suppose that raises the question: > > What's the best way to NOT wrap text around an image but maintaining a > fluid layout (so you can't fix the width of the <p>s)? > > I guess you could put all the text into a <div> but surely there's a > better way without the extra markup...
I'm not sure I understand your question, but it seems you're checking this in IE and setting a width on the Ps is triggering hasLayout. So if you want the same effect without using an explicit with you can try the following: zoom:1; -- Regards, Thierry | http://www.TJKDesign.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
