CSS two div width 50% in one line with line break in file

后端 未结 9 1259
囚心锁ツ
囚心锁ツ 2020-12-04 15:18

I try to build fluid layout using percentages as widths. Do do so i tried this:

A
9条回答
  •  隐瞒了意图╮
    2020-12-04 16:07

    Sorry but all the answers I see here are either hacky or fail if you sneeze a little harder.

    If you use a table you can (if you wish) add a space between the divs, set borders, padding...

    A B

    Check a more complete example here: http://jsfiddle.net/qPduw/5/

提交回复
热议问题