Forum Moderators: not2easy

Message Too Old, No Replies

Aligning Nested Divs

A quick question about nested DIV alignment

         

bobson

8:44 am on Jun 24, 2003 (gmt 0)

10+ Year Member



Can anyone tell me how to right-align a nested DIV?

I have a parent div which will contain several children. I want the top one aligned to the right, and the rest centered.

Can't use float: right, as I will lose the carriage return.

Any ideas?

Thx
Bob

Nick_W

8:46 am on Jun 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi, welcome to WebmasterWorld

>>Can't use float: right, as I will lose the carriage return.

Put this (or similar) under the floated right div:

<div style="clear: both;"></div>

Nick

bobson

9:39 am on Jun 24, 2003 (gmt 0)

10+ Year Member



Thanks Nick. Wasn't expecting a solution so quickly :)

Bob