I made a body using

body { margin: auto; min-height:100%; margin-top: 10px; height:auto ; width:970px; background-color:#FFF; } 

but the site does not increase and it is also 100% all, when you simply drop the void, the car does not work. I tried to fix it but everything is meaningless!

  • I use the code to add information from mysql through loops how to solve it - unslowly

3 answers 3

Of course, I understand that answering the link is not comme il faut, but your case is very well described here, right at the beginning: http://habrahabr.ru/post/189252/

  • Try to write the answer informative, and the link as a supplement. - Vladimir Glinskikh
  • Please try to publish detailed answers containing a specific example of the minimum solution, supplementing them with a link to the source. Answers –references (like comments) do not add knowledge to Runet. - Nicolas Chabanovsky

Need to use a container. And already in it to set the height. For body height is useless to specify.

    Add

     html { height: 100%; }