Vicki Stebbins wrote:

> I'm almost there with this page 
> http://www.keenstreet-dev.com/trying.html but the floated box on the 
> right keeps going to the bottom of the 'ufwus div' instead of the top
> and then having the text wrap.

The floated box on the right side can't go higher up than the one you
have cleared below navigation on the left side - unless you "isolate"
the right float from the left. That's how floats are supposed to work.

The addition of...

#ufwus {display: table; height: 1%;}

...will "isolate" in most browsers.
Can't use 'overflow: hidden' since you have the right float hanging over
the edge.

IE6 is acting up, but I don't have time to fix that old bugger now.

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