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
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.