A
A
Anton2015-11-18 12:54:41
css
Anton, 2015-11-18 12:54:41

Press the divs inside the div to the bottom, how to implement?

Hello, I can not help but press the divs inside the div to the bottom.

<div class="conr">
<div class="podelitsya"></div>
</div>

css
основной див
.conr{
width: 810px;
float: left;
display: inline-block;
position:relative; 
min-height:100%;
}
див который внутри основного дива
.podelitsya{
position:absolute; 
left:0; 
bottom:0;
}

Here is a screenshot:
clip2net.com/s/3qu7LfG

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2015-11-18
@soledar10

jsfiddle.net/soledar10/x9wfxwL2
htmlbook.ru/css/caption-side

R
Rabinzon, 2015-11-18
@Rabinzon

This option will be cross-browser.
The property from the example above: caption-side is not supported even in ie11.
codepen.io/anon/pen/KdEgeV

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question