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 first one in the source will be on the far right and so on, so this
may or may not be a problem.

2) Still float them left, but put them inside another div which is either
floated right or cleared and aligned right. This way you keep the same
order, but shift the entire group over the right of your page.

Cheers,

Seona.
______________________________________________________________________
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