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
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.