Posted by Beauregard T. Shagnasty on 02/11/06 17:39
John Salerno wrote:
> If I have a div with some text in it (a date and a time), and I want
> the date left-aligned (default) and the time right-aligned with the
> right side of the div, how would I do that?
>
> I put spans around the date and time and gave them each a class of
> .date and .time, and for time I did:
>
> .time {
> text-align: right;
> }
You need to use floats. See the source of this page of mine.
http://k75s.home.att.net/banner.html
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|