How to get these two divs side-by-side?

前端 未结 8 897
無奈伤痛
無奈伤痛 2020-11-27 14:28

I have two divs that are not nested, one below the other. They are both within one parent div, and this parent div repeats itself. So essentially:

相关标签:
8条回答
  • 2020-11-27 15:34

    Using the style

    .child_div_1 {
        float:left
    }
    
    0 讨论(0)
  • 2020-11-27 15:35

    User float:left property in child div class

    check for div structure in detail : http://www.dzone.com/links/r/div_table.html

    0 讨论(0)
提交回复
热议问题