How to make a div height to fill available space

前端 未结 8 935
一整个雨季
一整个雨季 2021-02-14 11:04

I have a 3 column layout with some details below the columns.

\"enter

You will not

8条回答
  •  梦如初夏
    2021-02-14 11:29

    A fairly simply solution is to make the container div iconsholder as the background like:

    #iconsHolder { background-color: #DDD; float:left;}
    

    Add that to your css and it should work in all browsers.

提交回复
热议问题