Re: [css-d] Positioning images and wrapping text...

2009-04-01 Thread Divya Manian
On 3/30/09 4:20 PM, Bobby Jack bobbykj...@yahoo.co.uk wrote: --- On Mon, 3/30/09, Michael Beaudoin mich...@ba-doyn.com wrote: Is there a way to precisely position an image and have the wrap follow? You can float the image and assign precise margins as Gunlaug has done to get what you

Re: [css-d] Positioning images and wrapping text...

2009-03-31 Thread Michael Beaudoin
Message: 21 Date: Mon, 30 Mar 2009 13:19:35 -0700 (PDT) From: Michael Beaudoin mich...@ba-doyn.com Subject: [css-d] Positioning images and wrapping text... To: css-d@lists.css-discuss.org Message-ID: 684965.21721...@web504.biz.mail.mud.yahoo.com Content-Type: text/plain; charset=us-ascii I have

Re: [css-d] Positioning images and wrapping text...

2009-03-31 Thread Gunlaug Sørtun
Michael Beaudoin wrote: http://www.mhinonline.org/dev. You mean like... http://www.gunlaug.no/tos/alien/mb/test_09_0331.html ...or did you have something else in mind? regards Georg -- http://www.gunlaug.no __

[css-d] Positioning images and wrapping text...

2009-03-30 Thread Michael Beaudoin
I have a site where an image needs to be precisely positioned and the copy wrapped around it. I can use absolute positioning to place it where I want, but since it removes it from the document flow, the wrap doesn't stay with the image. Is there a way to precisely position an image and have

Re: [css-d] Positioning images and wrapping text...

2009-03-30 Thread Bobby Jack
--- On Mon, 3/30/09, Michael Beaudoin mich...@ba-doyn.com wrote: Is there a way to precisely position an image and have the wrap follow? Hi Michael, You can achieve what I think you're after simply by wrapping the image in an absolutely positioned container. Demo here:

Re: [css-d] Positioning images and wrapping text...

2009-03-30 Thread Gunlaug Sørtun
Michael Beaudoin wrote: Is there a way to precisely position an image and have the wrap follow? Precisely can be a problem since hardly anything can be relied upon as precise in something as fluid as a web design. But, yes, you can get the effects _I think_ you're after, if you let go of the