Neal Watkins schrieb:
http://www.constructweb.com/temp/jeff/sub-index.html

#header img.logo { ...float: left; border:1px solid green;} #header span.tagline { float: left; ... border:1px solid blue;} #navcontainer { float: right;clear:right; border:1px solid red; }

Note that IE6 expands the container by trying to float #navcontainer beneath the tagline. A fix is depending on what you want to achieve with the floating tagline. You can remoce the float:left from tagline.

A more surprinsing fix is to remove clear:right; from #navcontainer.
Yes, this is illogical. But it's common to mix up left with right, isn't it? (human rights for browsers)


Other kind of fun: gardening.

Ingo



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

Reply via email to