html - Stretch div to div which has fixed width -


I have 2 divs inline, one of them has a fixed width. I want the div to fill in second place when the window is adjusted. To clarify the situation, take a look at the picture below:

< / P>

After the resize window, I need to get the next layout:

How can you do this?

You can take advantage of display: table-cell .



Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -