Darrin Hawe wrote:

> http://digifiend.com

> http://digifiend.com/todo.php
> 
> the left "content" column doesn't always fully extend, resulting in
> the right two columns not always being extended to the right.

> Is there a command that can be used to fully expand the float
> regardless of text?

Not a precise "command", but the addition of...
#left {display: table; }
...solves that deviation in Firefox and Opera, and I can't see the
problem in IE6 and Safari.

Of course: there has to be long enough text-lines to make the #left
expand anyway, since floats without a given width will shrink to its
content by default - making your layout-solution slightly weak with
short text-lines on very wide browser-windows. The suggested addition
doesn't change that.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to