Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcacho
    • CommentTimeNov 15th 2007
     
    Hi

    I'm developing a site with a liquid layout that I did with two coulmns. When the page goes with a width to short, right column goes to the bottom.

    I found this is a normal flow behaviour but that don“t looks good so I wonder to left it as liquid as I can but with a min width for both columns.

    I've been loking on the net but I found there are problems with IE interpretation of min-with. I've seen some solutions but a lot of crticis to each one so I wonder if somebody here could give a me a new one or recommend me the best.

    Thanks in advance

    C
    •  
      CommentAuthordkdenz
    • CommentTimeNov 28th 2007 edited
     
    Hi
    Maybe this template is helpful?
    Link
    •  
      CommentAuthorAykroyd
    • CommentTimeDec 7th 2007
     
    Actually IE6 doesn't support CSS properties min/max-width/height. But you can use this script. As for me it's the best solution in this case...
  1.  
    You could try this but I don't think !important is valid CSS -

    http://www.dustindiaz.com/min-height-fast-hack/

    This is supposed to work in IE6 / IE7