Re: offlist Re: [css-d] Vertical Alignment in Columns

2005-06-13 Thread Jeff Ferrell
On Jun 12, 2005, at 11:46 AM, Ingo Chao wrote: why did you say you can't do it? Ingo, So sorry, I at first glanced at the ALA article, and thought you had misunderstood my problem. Your solution works brilliantly for me! Thanks for the tip, and sorry I missed it the first go 'round. I'

RE: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Bruno Fassino
Ingo Chao wrote: > Yono noted that I might try the technique described in the > ALA article - "Cross-Column Pull-Outs" > http://www.alistapart.com/articles/crosscolumn/ > by Daniel M. Frommelt. > > Thanks for the tip, the method worked here as well > > http://www.satzansatz.de/cssd/tmp/floatspacer

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Jeff Ferrell
On Jun 12, 2005, at 7:44 AM, Jono Young wrote: I am not sure if this would do the trick, but have you tried: img.calendar { float: right; margin: 5px; position: relative; top: 6.25em; /* 100 pixels from top of column, adjust to your needs */ } If I'm doing that right,

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Ingo Chao
Yono noted that I might try the technique described in the ALA article - "Cross-Column Pull-Outs" http://www.alistapart.com/articles/crosscolumn/ by Daniel M. Frommelt. Thanks for the tip, the method worked here as well http://www.satzansatz.de/cssd/tmp/floatspacer.html (em based, splitted bg-

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Jono Young
On Jun 11, 2005, at 10:55 PM, Roger Roelofs wrote: I've messed with absolutely positioning the images within their columns, but that makes wrapping text around them a problem. Is there a way to accomplish this, or should I just settle for their being a little off, depending on the length of

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Gunlaug Sørtun
Jeff Ferrell wrote: ... The text in the columns is variable, but I'd like the pictures to align vertically with each other, i.e. their tops should both begin at the same point in their respective columns. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pha

Re: [css-d] Vertical Alignment in Columns

2005-06-11 Thread Ingo Chao
Jeff Ferrell schrieb: I'm roughing out a layout for a new page, on which I've got two columns, each containing a bunch of text and one small image. The text in the columns is variable, but I'd like the pictures to align vertically with each other, i.e. their tops should both begin at the

Re: [css-d] Vertical Alignment in Columns

2005-06-11 Thread Roger Roelofs
Jeff, On Jun 11, 2005, at 3:08 PM, Jeff Ferrell wrote: I've messed with absolutely positioning the images within their columns, but that makes wrapping text around them a problem. Is there a way to accomplish this, or should I just settle for their being a little off, depending on the length

[css-d] Vertical Alignment in Columns

2005-06-11 Thread Jeff Ferrell
Hello! I'm roughing out a layout for a new page, on which I've got two columns, each containing a bunch of text and one small image. The text in the columns is variable, but I'd like the pictures to align vertically with each other, i.e. their tops should both begin at the same point in t