float puts submit button outside of div

后端 未结 5 1817
天涯浪人
天涯浪人 2021-01-02 08:34

I am having some trouble with my css, I have a content id and then inside that I have a class that is just padding. When inside the padding class, I have a textarea and a su

5条回答
  •  走了就别回头了
    2021-01-02 09:31

    You can create a div with clear:both style after the button:

    The float attribute makes the height of element zero, then the parent div do not recognize the height of element.

提交回复
热议问题