From: Cal Who on 15 May 2010 08:08 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 15 May 2010 10:05 " 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 15 May 2010 17:10 "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!
|
Pages: 1 Prev: application execution Next: Solution and project on virtual machine |