From: Cal Who on
I have a div containing 3 span's.
I want the first two span's to touch each other on the left.
I want the third span to be placed as far to the right as it will fit.
I can't seen to come up with the style for the third span.
Can you show me how?


Thanks


From: Mark Rae [MVP] on
" Cal Who" <CalWhoNOSPAM(a)roadrunner.com> wrote in message
news:hsm2rk$j93$1(a)news.eternal-september.org...

> I want the third span to be placed as far to the right as it will fit.
> I can't seen to come up with the style for the third span.

Surround it with a <div /> (or just use a <div /> anyway) and then:
http://webdesign.about.com/od/advancedcss/a/aa010107.htm


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

From: Cal Who on

"Mark Rae [MVP]" <mark(a)markrae.net> wrote in message
news:F90B80A7-7374-44C1-AB49-AC0631EA22A1(a)microsoft.com...
>" Cal Who" <CalWhoNOSPAM(a)roadrunner.com> wrote in message
>news:hsm2rk$j93$1(a)news.eternal-september.org...
>
>> I want the third span to be placed as far to the right as it will fit.
>> I can't seen to come up with the style for the third span.
>
> Surround it with a <div /> (or just use a <div /> anyway) and then:
> http://webdesign.about.com/od/advancedcss/a/aa010107.htm
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net
Thanks, works like a charm!