Я хочу макет div с двумя столбцами, где каждый может иметь переменную ширину, например
div {
float: left;
}
.second {
background: #ccc;
}
<div>Tree</div>
<div class="second">View</div>
I want the 'view' div to expand to the whole width available after 'tree' div has filled needed space.
Currently, my 'view' div is resized to content it contains It will also be good if both divs take up the whole height.
Не дублировать отказ от ответственности:
- Expand div to max width when float:left is set because there the left one has a fixed width.
- Помогите с div - сделайте, чтобы div соответствовал оставшейся ширине, потому что мне нужно, чтобы два столбца были выровнены влево
overflow hidden