a newbie guess:

<ul>
<li class="cat">The Opera</li>
<li class="date">(Fri, July13)</li>
<li class="descrip"></li>
</ul>

.cat {float: left}
.date {float:right}
.descrip {clear: both}

at least conceptually... i think...


On Nov 23, 2005, at 4:36 PM, Lst Recv wrote:

> Is there anyway to have one line of text, with part of it aligned to
> the containers left and part of it to it's right?
>
> Floats don't seem to work here - I don't know widths in advance, and I
> don't want flow, just justification.
>
> Crude example of what I'd like:
>
> The Opera                                          (Fri, July 13)
> The opera was very fun, I enjoyed it very much...
>
>
> Or does this require a table?
> ______________________________________________________________________
> 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/

______________________________________________________________________
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