CSS side by side div with Pixel and Percent widths

后端 未结 7 974
半阙折子戏
半阙折子戏 2020-12-08 10:54

I have two div\'s (side by side) inside a parent div, i want right div to occupy 100% of remaining space (i.e. 100% - 200px) and should always stay next to left div (not bel

7条回答
  •  执笔经年
    2020-12-08 11:52

    Ok, so on newer browsers we will be able to use display: box; and box-flex: 1,... properties. I am currently using this in a webproject where only Chrome is required, so this new CSS3 thing, solved a lot of issues for me.

提交回复
热议问题