How to match height of floating sibling divs

后端 未结 5 512
醉酒成梦
醉酒成梦 2021-01-27 04:46

I have the following situation: http://jsfiddle.net/F3SqM/2/

I have two columns, I only know of the height of columnB. Both columns are floating, and I want columnA to m

5条回答
  •  -上瘾入骨i
    2021-01-27 04:57

    Quickest fix would be to use display:table-cell instead of floating:

    http://jsfiddle.net/F3SqM/1/

    However, this will only work in IE8+...

提交回复
热议问题