W
W
webquestions2015-12-22 13:57:48
css
webquestions, 2015-12-22 13:57:48

Rubber block dragging on content how?

There are 2 blocks,
one at 60px, the other should occupy the rest of it with text
, you can do it through table-cell pos absolute, but all this does not fit,
how else can you? if possible
Consider that the main container that will contain these blocks can vary in width

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2015-12-22
@bIbI4k0

flex markup. But if ie9-.
frontender.info/a-guide-to-flexbox
Visual cheat sheet - jonibologna.com/content/images/flexboxsheet.pdf

M
mr_dev1l, 2015-12-22
@mr_dev1l

Bootstrap will do everything for you

<div class='container'>
 <div class='row'>
  <div class='col-md-3'>
  Тут левый sidebar
  </div>
  <div class='col-md-9'> 
   Тут текст
  </div>
</div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question