Contact form contents spilling out of container div on window resize.
Posted
by Alex C
on Stack Overflow
See other posts from Stack Overflow
or by Alex C
Published on 2010-04-05T08:48:42Z
Indexed on
2010/04/05
8:53 UTC
Read the original article
Hit count: 323
I'm trying to get my contact form to not spill its contents out of the parent div when I resize the viewport. How can I go about doing this? I have used float clearing to prevent this as I understood it was supposed to be used, but it isn't working.
What should I do to fix this?
here is the page in question.
also I have a similar problem with the header.. the menu drops below the header text if I make the browser window smaller.
Thanks for any help you all have to offer.
© Stack Overflow or respective owner