> When I try and float right something in the same element 
> as something not floated, the line always breaks, i.e.,
> 
> <caption>
>         Loan Amount Restricted by Tier LTV Maximum ? 
>         <span>Yes ==> Lower The Loan Amount</span>
> </caption>
> 
> with the following CSS: 
> 
> caption { 
>         text-align:left; 
>         } 
>         caption span { 
>                 float:right;
>                 }
> 
> Is there an elegant way to get them to line up without using 
> margin-top: -1.3em for the caption span? 


Marc-

I think you could use vertical-align:text-bottom; on the span.

You might have to zero out the padding too, I'm not sure.

Ron 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to