Tina G. wrote:

> div#siteTools (site map, contact, etc) should appear right-aligned
> under the nav on each page. div#crumbs (the breadcrumbs, which
> display on pretty much every page but the homepage) should appear
> left-aligned on that same line.

> w/o breadcrumbs: http://www.co-opinsurance.com with breadcrumbs:
> http://www.co-opinsurance.com/u/index.html

Adding...

div#crumbs {width: 745px; }

...will solve the problem.

Floats shrink to content-width by default, so they need a declared width
in such a case.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to