[Pro] Float left kills flexible height - FW7

Hi.

I have a problem. I have a main html container that includes 3 other html container (inline).

The main container has 100% width and a flexible heigh. The 3 sub container has a fixed width/hight.

When I set the alignment of the sub container to left float, it kills the flexible height. You can see a example under: http://www.tobivoigt.de/floatflexibleProblem.html

When I set the alignment to center for the 3 sub containers, the flexible high works perfect. Here you see a example: http://www.tobivoigt.de/noFloat.html

Has anyone a idea why the floating kills the flexible height and how I can fix that?

Thank you.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try adding overflow hidden from the inspector pallets

David

On 10 Aug 2014, at 16:38, “Tobias V.” email@hidden wrote:

Hi.

I have a problem. I have a main html container that includes 3 other html container (inline).

The main container has 100% width and a flexible heigh. The 3 sub container has a fixed width/hight.

When I set the alignment of the sub container to left float, it kills the flexible height. You can see a example under: http://www.tobivoigt.de/floatflexibleProblem.html

When I set the alignment to center for the 3 sub containers, the flexible high works perfect. Here you see a example: http://www.tobivoigt.de/noFloat.html

Has anyone a idea why the floating kills the flexible height and how I can fix that?

Thank you.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try adding overflow hidden from the inspector pallets

Or Auto

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Or you can Float the parent…

Or use Clearfix - theres an action for that!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Overflow hidden and overflow auto works perfect.

Thank you!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options