javascript - The child div is float; how to make the height of the child div inherit the height of the parent
淡淡烟草味
淡淡烟草味 2017-07-05 11:07:01
0
5
1048

The p of the child is float; how to make the height of the p of the child inherit the height of the parent

淡淡烟草味
淡淡烟草味

reply all (5)
阿神

You are talking about clearing the float, just set overflow:hidden; on the parent level

    Ty80

    The amount of information in the question is relatively small. I don’t know if this is the effect you want:

    HTML:

    CSS:

    .parent-p { position:relative; height: 400px; width: 200px; background-color:forestgreen; } .child-p { float:left; margin-left:10px; width: 53px; height: inherit; background-color: tomato; } }
      过去多啦不再A梦

      Give the height of the parent element and then set height:100% for the child element?

        習慣沉默

        100% No problem

          我想大声告诉你

          Baidu clearly floats, there are a lot of methods

            Latest Downloads
            More>
            Web Effects
            Website Source Code
            Website Materials
            Front End Template
            About us Disclaimer Sitemap
            php.cn:Public welfare online PHP training,Help PHP learners grow quickly!