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
Try this:
#content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
From http://css-tricks.com/snippets/css/clear-fix/.