Prevent floated divs from wrapping to next line

后端 未结 4 1357
鱼传尺愫
鱼传尺愫 2021-01-13 05:06

Here is my site, first of all.

You\'ll notice that underneath the divider bar in the middle of the page, there are three columns, one with a form, one with text, one

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-13 05:26

    Ok here is what you should do

    Wrap all three floated division on a parent div, something like this

    ......
    ......

    Now to solve your problem give a fixed height to the parent div like

    #parent { height:400px;clear:both; }
    

提交回复
热议问题