Re: [css-d] More than one DIV how to

2006-02-07 Thread Seona Bellamy
On 08/02/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > > Hi again. I follow your instructions but still without working. This is > the CSS code: > > The problems is all DIV are overlaping. What's wrong with this? > > Any chance you could put this online somewhere and supply a link? It's a lot

Re: [css-d] More than one DIV how to

2006-02-07 Thread Reynier Perez Mira
--- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] En nombre de > Seona Bellamy > Enviado el: Tuesday, February 07, 2006 10:09 PM > Para: css-d@lists.css-discuss.org > Asunto: Re: [css-d] More than one DIV how to > > On 08/02/06, Rowan Wigginton <[EMAIL PROTECTED]> w

Re: [css-d] More than one DIV how to

2006-02-07 Thread Reynier Perez Mira
ay, February 07, 2006 10:09 PM > Para: css-d@lists.css-discuss.org > Asunto: Re: [css-d] More than one DIV how to > > On 08/02/06, Rowan Wigginton <[EMAIL PROTECTED]> wrote: > > > > Use this on all the divs you need to align on the right: > > > > div > >

Re: [css-d] More than one DIV how to

2006-02-07 Thread Seona Bellamy
On 08/02/06, Rowan Wigginton <[EMAIL PROTECTED]> wrote: > > Use this on all the divs you need to align on the right: > > div > div > div > div > > The first one will display on the right hand side, and the last one will > display on the left side. > > Here's more info about floats: > http://www.w3.

Re: [css-d] More than one DIV how to

2006-02-07 Thread Rowan Wigginton
Reynier Perez Mira wrote: > Hmmm!!! Soury I'm a little stupid. Can you give me some shot or example ? Use this on all the divs you need to align on the right: div div div div The first one will display on the right hand side, and the last one will display on the left side. Here's more info abo

Re: [css-d] More than one DIV how to

2006-02-07 Thread Reynier Perez Mira
gt; Seona Bellamy > Enviado el: Tuesday, February 07, 2006 9:23 PM > Para: css-d@lists.css-discuss.org > Asunto: Re: [css-d] More than one DIV how to > > On 08/02/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > > > > Well this is a solution but only if I align

Re: [css-d] More than one DIV how to

2006-02-07 Thread Seona Bellamy
On 08/02/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > > Well this is a solution but only if I align all DIV to left, but what > happen if I need all this DIV align to right? How to do this? > Two options: 1) Float them right instead. This may cause some issues with ordering, since now the

Re: [css-d] More than one DIV how to

2006-02-07 Thread Reynier Perez Mira
:[EMAIL PROTECTED] Enviado el: Tuesday, February 07, 2006 5:55 PM Para: Reynier Perez Mira CC: css-d@lists.css-discuss.org Asunto: Re: [css-d] More than one DIV how to On 07/02/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > ¿How I can put 5 DIV one after other? I research but not foun

Re: [css-d] More than one DIV how to

2006-02-07 Thread Rob Mientjes
On 07/02/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > ¿How I can put 5 DIV one after other? I research but not found nothing. For > example: Float them left. All of them. See for more info. HTH -Rob. _