asp.net mvc 3 - Css Form don't fit the page -


in pages content fit body:enter image description here

but have forms go on footer , body don't resize: enter image description here

where problem?

your form contains lot of floated elements, might want add <form> css:

form {     ...      overflow: hidden; } 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -