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.

<snip> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis.</p> <img src="images/calendar_green.gif" class="calendar"> <p>Nullam sit amet enim, etc. ... </p> </snip>

You can get "some" control by playing with min-height on the preceding
paragraph. I use 'display: table;' with height-setting to make the good
browsers imitate IE/win's 'expanding container' at times, and that *may*
create the right illusion in your example. I didn't test.

Will of course only work up to a point, but nothing will break or
overflow if the paragraph grows taller or font-size is bumped up.

The image must float below the height-controlled paragraph, or else it
won't work at all. AP is no good here.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to