While the br does work, it's a bit of a fudge. I came across an
article with a better solution when looking at the same problem; try
adding

clear: both;
overflow: hidden;

to the css for the box and you can remove the br after it.

On 8/17/06, Rick Root <[EMAIL PROTECTED]> wrote:
> Sandra Clark wrote:
> >
> > Float the wrapper to the right.  Text-align only works on the inline text
> > within the div, not on the div itself.
>
> I seriously need to buy you a drink at the next conference!  You're
> always coming to my CSS rescue.
>
> that worked, except that the remaining content floated to the left of
> the header box.
>
> I removed the "margin-bottom" css (and then realized I didn't need the
> wrapper anymore so I removed it entirely, putting the float on the
> #header), and added a <br clear="both"/> after the headerwrapper div.

-- 
CFAJAX docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250090
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to