Re: [css-d] column without tables or fixed width

2009-05-12 Thread Gunlaug Sørtun
Jack Bates wrote:

> Does CSS support presenting the text in a straight up and down
> column?

Yes, see...


regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] column without tables or fixed width

2009-05-12 Thread Jack Bates
http://campcoop.com/

^ A basic page with an image on the left and text on the right. The
image is randomly rotated with other images of different dimensions.

To get the image on the left, I currently "float: left", so the text
flows around the bottom of the image. Instead I want the text to appear
in a straight up and down column.

I want to avoid tables, and hard coding a left margin on the text
doesn't work for the dimensions of all images. Everything else I've
tried flows the text around the bottom of the image.

Does CSS support presenting the text in a straight up and down column?
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/